mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
Just ignore the whole .idea directory, execpt for the codeStyles and the
legacy codeStyelSettings.xml. Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
494340fe67
commit
81e8ef5c40
1 changed files with 5 additions and 5 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -10,10 +10,11 @@ __pycache__
|
||||||
# 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
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
# User-specific stuff:
|
# All idea files, with execptions
|
||||||
.idea/**/workspace.xml
|
.idea
|
||||||
.idea/**/tasks.xml
|
!.idea/codeStyles/*
|
||||||
.idea/dictionaries
|
!.idea/codeStyleSettings.xml
|
||||||
|
|
||||||
|
|
||||||
# Sensitive or high-churn files:
|
# Sensitive or high-churn files:
|
||||||
.idea/**/dataSources/
|
.idea/**/dataSources/
|
||||||
|
@ -64,7 +65,6 @@ fabric.properties
|
||||||
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
|
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
|
||||||
|
|
||||||
*.iml
|
*.iml
|
||||||
modules.xml
|
|
||||||
.idea/misc.xml
|
.idea/misc.xml
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue