Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schaper <dan.schaper@pi-hole.net>2017-12-30 23:23:46 +0300
committerDan Schaper <dan.schaper@pi-hole.net>2017-12-30 23:23:46 +0300
commit81e8ef5c400193165ff04f2b7fa827bf1bda9158 (patch)
tree8601344a37ae4ba97c85f18b8e8e4002a96db015 /.gitignore
parent494340fe679190dec3ca13774bc0e7a5b0f02b98 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index c7cbbc6f..73f14ae3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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