Skip to content

Commit 9802c2c

Browse files
committed
Update JetBrains.gitignore
To clarify when to ignore/include *.imls as per https://intellij-support.jetbrains.com/entries/23393067 also added optionals from the same
1 parent 2299367 commit 9802c2c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Global/JetBrains.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
22

3+
## For directory vs file based set-ups, see: https://intellij-support.jetbrains.com/entries/23393067
4+
35
## Directory-based project format
46
.idea/
57
# if you remove the above rule, at least ignore user-specific stuff:
@@ -10,8 +12,12 @@
1012
# .idea/dataSources.xml
1113
# .idea/sqlDataSources.xml
1214
# .idea/dynamic.xml
15+
# optionals:
16+
# .idea/gradle.xml
17+
# .idea/dictionaries
18+
# .idea/libraries
1319

14-
## File-based project format
20+
## File-based project format - remove if using the above
1521
*.ipr
1622
*.iml
1723
*.iws

0 commit comments

Comments
 (0)