瀏覽代碼

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.
pull/3054/head
Sergey Chupov 5 年之前
父節點
當前提交
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-*/

Loading…
取消
儲存