Browse Source

Merge pull request #2246 from Nihlus/patch-1

[Global/JetBrains] add support for Rider and nested projects
pull/2112/head
Brendan Forster 7 years ago
parent
commit
e53f6351d7
1 changed files with 12 additions and 12 deletions
  1. 12
    12
      Global/JetBrains.gitignore

+ 12
- 12
Global/JetBrains.gitignore View File

@@ -2,24 +2,24 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/**/workspace.xml
.idea/**/tasks.xml

# Sensitive or high-churn files:
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/gradle.xml
.idea/libraries
.idea/**/gradle.xml
.idea/**/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml
.idea/**/mongoSettings.xml

## File-based project format:
*.iws

Loading…
Cancel
Save