mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
Ignore iml file anywhere
Intellij's iml file can be anywhere on the path. This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory.
This commit is contained in:
parent
d9cc01e935
commit
a7e4e3af05
@ -1,6 +1,6 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
||||||
|
|
||||||
/*.iml
|
*.iml
|
||||||
|
|
||||||
## Directory-based project format:
|
## Directory-based project format:
|
||||||
.idea/
|
.idea/
|
||||||
|
Loading…
Reference in New Issue
Block a user