From edbbd9ae47edec0da4548727cd0992e15cdbda7f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 8 Jan 2019 00:34:22 -0500 Subject: Add acceptable idea files --- .gitignore | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 67c24705..a8fce546 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,35 @@ -*.iml .gradle /priv.properties /local.properties /signing.properties /crowdin.properties -/.idea .DS_Store /build /captures .externalNativeBuild *.min.css .sass-cache/ -/projectFilesBackup \ No newline at end of file +/projectFilesBackup + +# Intellij +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +*.iml +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf +.idea/**/contentModel.xml +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml +.idea/**/gradle.xml +.idea/**/libraries +.idea/**/assetWizardSettings.xml +.idea/**/caches +.idea/modules.xml +.idea/modules \ No newline at end of file -- cgit v1.2.3