Browse Source

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 years ago
parent
commit
b5aa92c05f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Global/JetBrains.gitignore

+ 2
- 0
Global/JetBrains.gitignore View File

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

# CMake
cmake-build-*/

Loading…
Cancel
Save