From 6256720ad8600dfc8da12a1f8e8e2051534b148a Mon Sep 17 00:00:00 2001 From: Teun Leenders Date: Mon, 13 Dec 2021 09:18:23 +0100 Subject: [PATCH 1/2] gitignore fix --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 56cc642..bcbb45f 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ lint/generated/ lint/outputs/ lint/tmp/ # lint/reports/ + +.idea/misc.xml From dda068d490ad62824b83f56b4033001ac21fda60 Mon Sep 17 00:00:00 2001 From: Teun Leenders Date: Mon, 13 Dec 2021 09:30:50 +0100 Subject: [PATCH 2/2] gitignore fix --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bcbb45f..9d55bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,5 @@ lint/tmp/ # lint/reports/ .idea/misc.xml + +.idea/compiler.xml