浏览代码

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.
Sergey Chupov 6 年之前
父节点
当前提交
b5aa92c05f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Global/JetBrains.gitignore

+ 2 - 0
Global/JetBrains.gitignore

@@ -31,6 +31,8 @@
 # .idea/modules.xml
 # .idea/*.iml
 # .idea/modules
+# *.iml
+# *.ipr
 
 # CMake
 cmake-build-*/