Skip to content

Commit 57f1179

Browse files
committed
Tidy up the JetBrains comments
Amends #1165
1 parent fd5fabb commit 57f1179

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

Global/JetBrains.gitignore

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,44 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
22

3-
## Directory-based project format
4-
.idea/
53
/*.iml
6-
# if you remove the above rule, at least ignore user-specific stuff:
4+
5+
## Directory-based project format:
6+
.idea/
7+
# if you remove the above rule, at least ignore the follwing:
8+
9+
# User-specific stuff:
710
# .idea/workspace.xml
811
# .idea/tasks.xml
912
# .idea/dictionaries
10-
# and these sensitive or high-churn files:
13+
14+
# Sensitive or high-churn files:
1115
# .idea/dataSources.ids
1216
# .idea/dataSources.xml
1317
# .idea/sqlDataSources.xml
1418
# .idea/dynamic.xml
15-
# and this UI specific file
1619
# .idea/uiDesigner.xml
17-
# and, if using gradle:
20+
21+
# Gradle:
1822
# .idea/gradle.xml
1923
# .idea/libraries
20-
# and, if using Mongo Explorer plugin
24+
25+
# Mongo Explorer plugin:
2126
# .idea/mongoSettings.xml
2227

23-
## File-based project format
28+
## File-based project format:
2429
*.ipr
2530
*.iws
2631

27-
## Additional for IntelliJ
32+
## Plugin-specific files:
33+
34+
# IntelliJ
2835
out/
2936

30-
# generated by mpeltonen/sbt-idea plugin
37+
# mpeltonen/sbt-idea plugin
3138
.idea_modules/
3239

33-
# generated by JIRA plugin
40+
# JIRA plugin
3441
atlassian-ide-plugin.xml
3542

36-
# generated by Crashlytics plugin (for Android Studio and Intellij)
37-
com_crashlytics_export_strings.xml
43+
# Crashlytics plugin (for Android Studio and IntelliJ)
44+
com_crashlytics_export_strings.xml

0 commit comments

Comments
 (0)