]> source.dussan.org Git - gitignore.git/commitdiff
Adding the Android Studio captures folder 1621/head
authorGuy B <baronguy@gmail.com>
Sun, 16 Aug 2015 12:07:17 +0000 (15:07 +0300)
committerGuy B <baronguy@gmail.com>
Sun, 16 Aug 2015 12:07:17 +0000 (15:07 +0300)
The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file.

Android.gitignore

index 94eb0fb1ec7c72226ea65638bbf134ce2a463c17..c9c2248a6a89bb662c3207eee19d358d10c308b2 100644 (file)
@@ -27,3 +27,6 @@ proguard/
 
 # Android Studio Navigation editor temp files
 .navigation/
+
+# Android Studio captures folder
+captures/