Misc: Minor .gitignore modifications
parent
e30bdf2c06
commit
e78b5b2c9b
|
|
@ -2,15 +2,17 @@
|
|||
save/
|
||||
log/
|
||||
|
||||
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
# To cover other IntelliJ folders&files
|
||||
.idea/
|
||||
target/
|
||||
|
||||
# User-specific stuff:
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/dictionaries
|
||||
.idea/
|
||||
|
||||
# Sensitive or high-churn files:
|
||||
.idea/**/dataSources/
|
||||
|
|
|
|||
Loading…
Reference in New Issue