From 74ceae9594bb22928755998c4e55ccaadab6ea37 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 10 Apr 2019 11:31:20 +0200 Subject: Include .idea in VCS (with proper excludes, hopefully) --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to '.gitignore') 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 + -- cgit v1.2.3-55-g7522