1
0
mirror of https://github.com/github/gitignore synced 2024-09-21 23:31:44 +02:00

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.
This commit is contained in:
Jarl Gullberg 2017-01-15 00:06:56 +01:00 committed by GitHub
parent a98a044469
commit d8b46e7d2d

View File

@ -2,24 +2,24 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff: # User-specific stuff:
.idea/workspace.xml .idea/**/workspace.xml
.idea/tasks.xml .idea/**/tasks.xml
# Sensitive or high-churn files: # Sensitive or high-churn files:
.idea/dataSources/ .idea/**/dataSources/
.idea/dataSources.ids .idea/**/dataSources.ids
.idea/dataSources.xml .idea/**/dataSources.xml
.idea/dataSources.local.xml .idea/**/dataSources.local.xml
.idea/sqlDataSources.xml .idea/**/sqlDataSources.xml
.idea/dynamic.xml .idea/**/dynamic.xml
.idea/uiDesigner.xml .idea/**/uiDesigner.xml
# Gradle: # Gradle:
.idea/gradle.xml .idea/**/gradle.xml
.idea/libraries .idea/**/libraries
# Mongo Explorer plugin: # Mongo Explorer plugin:
.idea/mongoSettings.xml .idea/**/mongoSettings.xml
## File-based project format: ## File-based project format:
*.iws *.iws