From 8c48d15ecb280f20ee7ffe3b44d520a284bc73de Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 18 Jun 2018 06:59:00 -0300 Subject: [PATCH] point the Android template to the JetBrains template to eliminate duplication --- Android.gitignore | 10 ---------- Android.yml | 2 ++ 2 files changed, 2 insertions(+), 10 deletions(-) create mode 100644 Android.yml 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 -- 2.39.5