summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-10 11:31:20 +0200
committerSimon Rettberg2019-04-10 11:33:47 +0200
commit288a97390647c20f7786ed6a2d69e6912c1dad24 (patch)
tree98221cae178f319c8a740c69285eed5662bda3ad /.gitignore
parent[syslog] Set UUID = null if seemingly invalid (diff)
downloadslx-admin-288a97390647c20f7786ed6a2d69e6912c1dad24.tar.gz
slx-admin-288a97390647c20f7786ed6a2d69e6912c1dad24.tar.xz
slx-admin-288a97390647c20f7786ed6a2d69e6912c1dad24.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
+