diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-08 00:34:22 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-08 00:34:22 -0500 |
commit | edbbd9ae47edec0da4548727cd0992e15cdbda7f (patch) | |
tree | b83932d7ec26441c77f0b96d3af7d5cf194fcb34 /.gitignore | |
parent | eb6f8f21614db5eedd443bb833884d4cd71ec52e (diff) | |
download | frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.tar.gz frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.tar.bz2 frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.zip |
Add acceptable idea files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -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 |