From 8025c331fdf741d8bd4c640231f1ac55ae80b2f9 Mon Sep 17 00:00:00 2001 From: Caleb Chiesa Date: Wed, 12 Sep 2018 10:40:54 -0700 Subject: [PATCH] Added wildcard ignore for .keystore files Keystore files with an extension of `.keystore` are also valid and commonly used. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 39b6783c..dc903197 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -43,8 +43,9 @@ captures/ .idea/caches # Keystore files -# Uncomment the following line if you do not want to check your keystore files in. +# Uncomment the following lines if you do not want to check your keystore files in. #*.jks +#*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild