Skip to content

Commit d8b46e7

Browse files
authored
Update JetBrains.gitignore
In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file.
1 parent a98a044 commit d8b46e7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Global/JetBrains.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
33

44
# User-specific stuff:
5-
.idea/workspace.xml
6-
.idea/tasks.xml
5+
.idea/**/workspace.xml
6+
.idea/**/tasks.xml
77

88
# Sensitive or high-churn files:
9-
.idea/dataSources/
10-
.idea/dataSources.ids
11-
.idea/dataSources.xml
12-
.idea/dataSources.local.xml
13-
.idea/sqlDataSources.xml
14-
.idea/dynamic.xml
15-
.idea/uiDesigner.xml
9+
.idea/**/dataSources/
10+
.idea/**/dataSources.ids
11+
.idea/**/dataSources.xml
12+
.idea/**/dataSources.local.xml
13+
.idea/**/sqlDataSources.xml
14+
.idea/**/dynamic.xml
15+
.idea/**/uiDesigner.xml
1616

1717
# Gradle:
18-
.idea/gradle.xml
19-
.idea/libraries
18+
.idea/**/gradle.xml
19+
.idea/**/libraries
2020

2121
# Mongo Explorer plugin:
22-
.idea/mongoSettings.xml
22+
.idea/**/mongoSettings.xml
2323

2424
## File-based project format:
2525
*.iws

0 commit comments

Comments
 (0)