Skip to content

Commit a25a019

Browse files
committed
Merge pull request #1475 from LazarusX/master
Update JetBrains.gitignore according to the official knowledge base article
2 parents 495ce0e + edb522b commit a25a019

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

Global/JetBrains.gitignore

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
2-
3-
*.iml
4-
5-
## Directory-based project format:
6-
.idea/
7-
# if you remove the above rule, at least ignore the following:
2+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
83

94
# User-specific stuff:
10-
# .idea/workspace.xml
11-
# .idea/tasks.xml
12-
# .idea/dictionaries
13-
# .idea/shelf
5+
.idea/workspace.xml
6+
.idea/tasks.xml
7+
.idea/dictionaries
148

159
# Sensitive or high-churn files:
16-
# .idea/dataSources.ids
17-
# .idea/dataSources.xml
18-
# .idea/sqlDataSources.xml
19-
# .idea/dynamic.xml
20-
# .idea/uiDesigner.xml
10+
.idea/dataSources.ids
11+
.idea/dataSources.xml
12+
.idea/sqlDataSources.xml
13+
.idea/dynamic.xml
14+
.idea/uiDesigner.xml
2115

2216
# Gradle:
23-
# .idea/gradle.xml
24-
# .idea/libraries
17+
.idea/gradle.xml
18+
.idea/libraries
2519

2620
# Mongo Explorer plugin:
27-
# .idea/mongoSettings.xml
21+
.idea/mongoSettings.xml
2822

2923
## File-based project format:
30-
*.ipr
3124
*.iws
3225

3326
## Plugin-specific files:

0 commit comments

Comments
 (0)