Skip to content

Commit bb1bd61

Browse files
authored
Update .gitignore to ignore all JetBrains IDEs files under .idea folder (#329)
1 parent 33a02e7 commit bb1bd61

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.gitignore

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,8 @@ GitHub.sublime-settings
8888
### WebStorm ###
8989
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
9090
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
91-
92-
# User-specific stuff:
93-
.idea/workspace.xml
94-
.idea/tasks.xml
95-
96-
# Sensitive or high-churn files:
97-
.idea/dataSources/
98-
.idea/dataSources.ids
99-
.idea/dataSources.xml
100-
.idea/dataSources.local.xml
101-
.idea/sqlDataSources.xml
102-
.idea/dynamic.xml
103-
.idea/uiDesigner.xml
104-
105-
# Gradle:
106-
.idea/gradle.xml
107-
.idea/libraries
108-
109-
# Mongo Explorer plugin:
110-
.idea/mongoSettings.xml
91+
# All files under .idea are workspace/user-specific
92+
.idea/**
11193

11294
## File-based project format:
11395
*.iws

0 commit comments

Comments
 (0)