From 7a6640969b968779c1b97a238f59c573054d8a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Lund=C3=A9n?= Date: Sat, 15 Oct 2016 20:32:46 +0200 Subject: [PATCH] add IntelliJ project file+directory to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 509a5a66593eaa..64d285a4b1cc2d 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,7 @@ test.tap # Xcode workspaces and project folders *.xcodeproj *.xcworkspace + +# IntelliJ IDEs +.idea +*.iml