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>
pull/1882/head
Dan Schaper 6 years ago
parent 494340fe67
commit 81e8ef5c40
No known key found for this signature in database
GPG Key ID: FFF1A1AD0113C344

10
.gitignore vendored

@ -10,10 +10,11 @@ __pycache__
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
# All idea files, with execptions
.idea
!.idea/codeStyles/*
!.idea/codeStyleSettings.xml
# Sensitive or high-churn files:
.idea/**/dataSources/
@ -64,7 +65,6 @@ fabric.properties
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
*.iml
modules.xml
.idea/misc.xml
*.ipr

Loading…
Cancel
Save