Merge pull request #1475 from LazarusX/master
Update JetBrains.gitignore according to the official knowledge base article
This commit is contained in:
commit
a25a0191d9
@ -1,33 +1,26 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
*.iml
|
|
||||||
|
|
||||||
## Directory-based project format:
|
|
||||||
.idea/
|
|
||||||
# if you remove the above rule, at least ignore the following:
|
|
||||||
|
|
||||||
# User-specific stuff:
|
# User-specific stuff:
|
||||||
# .idea/workspace.xml
|
.idea/workspace.xml
|
||||||
# .idea/tasks.xml
|
.idea/tasks.xml
|
||||||
# .idea/dictionaries
|
.idea/dictionaries
|
||||||
# .idea/shelf
|
|
||||||
|
|
||||||
# Sensitive or high-churn files:
|
# Sensitive or high-churn files:
|
||||||
# .idea/dataSources.ids
|
.idea/dataSources.ids
|
||||||
# .idea/dataSources.xml
|
.idea/dataSources.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:
|
||||||
*.ipr
|
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
## Plugin-specific files:
|
## Plugin-specific files:
|
||||||
|
Loading…
Reference in New Issue
Block a user