Skip to content

Commit 765ec99

Browse files
committed
Merge branch 'fix-1165'
2 parents 2ad62f5 + 57f1179 commit 765ec99

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

Global/JetBrains.gitignore

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +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, if using gradle::
19+
# .idea/uiDesigner.xml
20+
21+
# Gradle:
1622
# .idea/gradle.xml
1723
# .idea/libraries
1824

19-
## File-based project format
25+
# Mongo Explorer plugin:
26+
# .idea/mongoSettings.xml
27+
28+
## File-based project format:
2029
*.ipr
2130
*.iws
2231

23-
## Additional for IntelliJ
32+
## Plugin-specific files:
33+
34+
# IntelliJ
2435
out/
2536

26-
# generated by mpeltonen/sbt-idea plugin
37+
# mpeltonen/sbt-idea plugin
2738
.idea_modules/
2839

29-
# generated by JIRA plugin
40+
# JIRA plugin
3041
atlassian-ide-plugin.xml
3142

32-
# generated by Crashlytics plugin (for Android Studio and Intellij)
43+
# Crashlytics plugin (for Android Studio and IntelliJ)
3344
com_crashlytics_export_strings.xml

0 commit comments

Comments
 (0)