summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-10 11:31:20 +0200
committerSimon Rettberg2019-04-10 11:31:20 +0200
commit74ceae9594bb22928755998c4e55ccaadab6ea37 (patch)
tree405d3b0bb586836f8d9e8abd70886eccb0380a6e /.gitignore
parent[syslog] Set UUID = null if seemingly invalid (diff)
downloadslx-admin-74ceae9594bb22928755998c4e55ccaadab6ea37.tar.gz
slx-admin-74ceae9594bb22928755998c4e55ccaadab6ea37.tar.xz
slx-admin-74ceae9594bb22928755998c4e55ccaadab6ea37.zip
Include .idea in VCS (with proper excludes, hopefully)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5fe38bee..f05cb489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,27 @@ nbproject/
/client_config_additional.php
apis/tmpUploads/*
/modules/
+# Not sure about these...
+.idea/php.xml
+.idea/vcs.xml
+# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
+# User-specific stuff
+.idea/**/workspace.xml
+.idea/**/tasks.xml
+.idea/**/usage.statistics.xml
+.idea/**/dictionaries
+.idea/**/shelf
+# Generated files
+.idea/**/contentModel.xml
+# Sensitive or high-churn files
+.idea/**/dataSources/
+.idea/**/dataSources.ids
+.idea/**/dataSources.xml
+.idea/**/dataSources.local.xml
+.idea/**/sqlDataSources.xml
+.idea/**/dynamic.xml
+.idea/**/uiDesigner.xml
+.idea/**/dbnavigator.xml
+# File-based project format
+*.iws
+