From ae26a6408a1bb53f6f6cc1daead8f7adc6450217 Mon Sep 17 00:00:00 2001 From: Christian Pesch Date: Sun, 15 Oct 2017 10:27:10 +0200 Subject: [PATCH] ignore Intellij project files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67fb7a9..941c9a5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ target/ *.BAK .classpath .project -*.class \ No newline at end of file +*.class +.idea/ +*.iml \ No newline at end of file