diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-08 00:30:38 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-08 00:30:38 -0500 |
commit | 93c6c3d22a1cf8c3bc82fef4f9fb92ac2fd6e79a (patch) | |
tree | 7bbffa72cc17c6d8909803ebf2653d37773939e3 /.gitignore | |
parent | 4c4996e0ead6c415e96dd19f1390140e59bb98a4 (diff) | |
download | kau-93c6c3d22a1cf8c3bc82fef4f9fb92ac2fd6e79a.tar.gz kau-93c6c3d22a1cf8c3bc82fef4f9fb92ac2fd6e79a.tar.bz2 kau-93c6c3d22a1cf8c3bc82fef4f9fb92ac2fd6e79a.zip |
Add acceptable idea files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 26 insertions, 3 deletions
@@ -1,5 +1,3 @@ -*.iml -/.idea .gradle /crowdin.properties /local.properties @@ -7,4 +5,29 @@ /build /captures .externalNativeBuild -**/public.xml
\ No newline at end of file +**/public.xml + +# Intellij +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +*.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 |