diff options
author | Simon Rettberg | 2019-04-10 11:31:20 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-04-10 11:33:47 +0200 |
commit | 288a97390647c20f7786ed6a2d69e6912c1dad24 (patch) | |
tree | 98221cae178f319c8a740c69285eed5662bda3ad /.gitignore | |
parent | [syslog] Set UUID = null if seemingly invalid (diff) | |
download | slx-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-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 + |