Skip to content

Commit d4e192f

Browse files
committed
Updated following feedback
removed the iml filter - this is my current best understanding of the docs, but I'm still unsure
1 parent 9802c2c commit d4e192f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Global/JetBrains.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
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-
53
## Directory-based project format
64
.idea/
75
# if you remove the above rule, at least ignore user-specific stuff:
86
# .idea/workspace.xml
97
# .idea/tasks.xml
8+
# .idea/dictionaries
109
# and these sensitive or high-churn files:
1110
# .idea/dataSources.ids
1211
# .idea/dataSources.xml
1312
# .idea/sqlDataSources.xml
1413
# .idea/dynamic.xml
15-
# optionals:
14+
# and, if using gradle::
1615
# .idea/gradle.xml
17-
# .idea/dictionaries
1816
# .idea/libraries
1917

20-
## File-based project format - remove if using the above
18+
## File-based project format
2119
*.ipr
22-
*.iml
2320
*.iws
2421

2522
## Additional for IntelliJ

0 commit comments

Comments
 (0)