Skip to content

Commit b75ce44

Browse files
committed
Update JetBrains.gitignore according to the knowledge base article
1 parent 2bf7d8a commit b75ce44

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

Global/JetBrains.gitignore

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
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/entries/23393067
83

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

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

2116
# Gradle:
22-
# .idea/gradle.xml
23-
# .idea/libraries
17+
.idea/gradle.xml
18+
.idea/libraries
2419

2520
# Mongo Explorer plugin:
26-
# .idea/mongoSettings.xml
21+
.idea/mongoSettings.xml
2722

2823
## File-based project format:
29-
*.ipr
3024
*.iws
3125

3226
## Plugin-specific files:

0 commit comments

Comments
 (0)