Skip to content

Commit a64b071

Browse files
committed
Merge pull request #1137 from samskiter/master
Update JetBrains.gitignore
2 parents 6995e7d + 7ce5fbc commit a64b071

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Global/JetBrains.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
## Directory-based project format
44
.idea/
5+
/*.iml
56
# if you remove the above rule, at least ignore user-specific stuff:
67
# .idea/workspace.xml
78
# .idea/tasks.xml
9+
# .idea/dictionaries
810
# and these sensitive or high-churn files:
911
# .idea/dataSources.ids
1012
# .idea/dataSources.xml
1113
# .idea/sqlDataSources.xml
1214
# .idea/dynamic.xml
15+
# and, if using gradle::
16+
# .idea/gradle.xml
17+
# .idea/libraries
1318

1419
## File-based project format
1520
*.ipr
16-
*.iml
1721
*.iws
1822

1923
## Additional for IntelliJ

0 commit comments

Comments
 (0)