Skip to content

Commit 51f0ce3

Browse files
authored
Merge pull request #2640 from akelsch/patch-1
Improve JetBrains.gitignore styling
2 parents 33ea87b + ec80f6d commit 51f0ce3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Global/JetBrains.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
22
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
33

4-
# User-specific stuff:
4+
# User-specific stuff
55
.idea/**/workspace.xml
66
.idea/**/tasks.xml
77
.idea/dictionaries
88

9-
# Sensitive or high-churn files:
9+
# Sensitive or high-churn files
1010
.idea/**/dataSources/
1111
.idea/**/dataSources.ids
1212
.idea/**/dataSources.local.xml
1313
.idea/**/sqlDataSources.xml
1414
.idea/**/dynamic.xml
1515
.idea/**/uiDesigner.xml
1616

17-
# Gradle:
17+
# Gradle
1818
.idea/**/gradle.xml
1919
.idea/**/libraries
2020

2121
# CMake
2222
cmake-build-debug/
2323
cmake-build-release/
2424

25-
# Mongo Explorer plugin:
25+
# Mongo Explorer plugin
2626
.idea/**/mongoSettings.xml
2727

28-
## File-based project format:
28+
# File-based project format
2929
*.iws
3030

31-
## Plugin-specific files:
32-
3331
# IntelliJ
3432
out/
3533

0 commit comments

Comments
 (0)