]> source.dussan.org Git - gitignore.git/commitdiff
Add ignores for file-based projects (#2902)
authorSergey Chupov <scadgek@live.com>
Sun, 12 May 2019 13:23:05 +0000 (16:23 +0300)
committerBrendan Forster <brendan@github.com>
Sun, 12 May 2019 13:23:05 +0000 (10:23 -0300)
When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case.

Global/JetBrains.gitignore

index 72f4d988a193beb765562c75acff22c1b9ebe460..e80f46b8683cf56f3089eb62e75a7d4bd939297e 100644 (file)
@@ -31,6 +31,8 @@
 # .idea/modules.xml
 # .idea/*.iml
 # .idea/modules
+# *.iml
+# *.ipr
 
 # CMake
 cmake-build-*/