]> source.dussan.org Git - gitignore.git/commitdiff
point the Android template to the JetBrains template to eliminate duplication
authorBrendan Forster <github@brendanforster.com>
Mon, 18 Jun 2018 09:59:00 +0000 (06:59 -0300)
committerBrendan Forster <github@brendanforster.com>
Mon, 18 Jun 2018 09:59:00 +0000 (06:59 -0300)
Android.gitignore
Android.yml [new file with mode: 0644]

index 39b6783cef8485a95c9e484a2855367a72405855..60f1e607f24f33e3cef5f9e8db2a63c0af1e5148 100644 (file)
@@ -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 (file)
index 0000000..c4c306d
--- /dev/null
@@ -0,0 +1,2 @@
+editors:
+  - Global/JetBrains.gitignore
\ No newline at end of file