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.
This commit is contained in:
Sergey Chupov 2019-05-12 16:23:05 +03:00 committed by Brendan Forster
parent 679f51c6c9
commit b5aa92c05f

View File

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