aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-08 00:34:22 -0500
committerAllan Wang <me@allanwang.ca>2019-01-08 00:34:22 -0500
commitedbbd9ae47edec0da4548727cd0992e15cdbda7f (patch)
treeb83932d7ec26441c77f0b96d3af7d5cf194fcb34 /.gitignore
parenteb6f8f21614db5eedd443bb833884d4cd71ec52e (diff)
downloadfrost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.tar.gz
frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.tar.bz2
frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.zip
Add acceptable idea files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 24 insertions, 3 deletions
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