mirror of
https://github.com/github/gitignore.git
synced 2024-12-29 18:55:10 +08:00
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:
parent
679f51c6c9
commit
b5aa92c05f
@ -31,6 +31,8 @@
|
||||
# .idea/modules.xml
|
||||
# .idea/*.iml
|
||||
# .idea/modules
|
||||
# *.iml
|
||||
# *.ipr
|
||||
|
||||
# CMake
|
||||
cmake-build-*/
|
||||
|
Loading…
Reference in New Issue
Block a user