From 6895b7c280d8ea3398c2c9e26661c6783483bc8c Mon Sep 17 00:00:00 2001 From: Guy B Date: Sun, 16 Aug 2015 15:07:17 +0300 Subject: [PATCH] Adding the Android Studio captures folder 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 94eb0fb1..c9c2248a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -27,3 +27,6 @@ proguard/ # Android Studio Navigation editor temp files .navigation/ + +# Android Studio captures folder +captures/