diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 06:59:00 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 06:59:00 -0300 |
commit | 8c48d15ecb280f20ee7ffe3b44d520a284bc73de (patch) | |
tree | 1d41a566a704a37e30a0c2b9166a72c11c2594f6 | |
parent | 13293bc8ac71d52e097278d370b4079c087e2b69 (diff) | |
download | gitignore-8c48d15ecb280f20ee7ffe3b44d520a284bc73de.tar.gz gitignore-8c48d15ecb280f20ee7ffe3b44d520a284bc73de.zip |
point the Android template to the JetBrains template to eliminate duplication
-rw-r--r-- | Android.gitignore | 10 | ||||
-rw-r--r-- | Android.yml | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/Android.gitignore b/Android.gitignore index 39b6783c..60f1e607 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -32,16 +32,6 @@ proguard/ # Android Studio captures folder captures/ -# IntelliJ -*.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/caches - # Keystore files # Uncomment the following line if you do not want to check your keystore files in. #*.jks diff --git a/Android.yml b/Android.yml new file mode 100644 index 00000000..c4c306d9 --- /dev/null +++ b/Android.yml @@ -0,0 +1,2 @@ +editors: + - Global/JetBrains.gitignore
\ No newline at end of file |