From 3a16773c7447d02f7e138df9b17dc04484ab2b6e Mon Sep 17 00:00:00 2001 From: Benjamin Dahlmanns Date: Thu, 11 May 2017 17:38:08 +0200 Subject: [PATCH] Ignore all IntelliJ specific project settings --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c2d52b..1062418 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea/* +.idea/ +*.iml