Skip to content

Commit e53f635

Browse files
authored
Merge pull request #2246 from Nihlus/patch-1
[Global/JetBrains] add support for Rider and nested projects
2 parents 77a8d1a + d8b46e7 commit e53f635

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)