Skip to content

Commit b5aa92c

Browse files
scadgekshiftkey
authored andcommitted
Add ignores for file-based projects (#2902)
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.
1 parent 679f51c commit b5aa92c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Global/JetBrains.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
# .idea/modules.xml
3232
# .idea/*.iml
3333
# .idea/modules
34+
# *.iml
35+
# *.ipr
3436

3537
# CMake
3638
cmake-build-*/

0 commit comments

Comments
 (0)