From 77145f787f311efa66c570c5ffadea10a429bf21 Mon Sep 17 00:00:00 2001 From: Mohammad Alhobayyeb Date: Sun, 8 Oct 2017 10:52:58 +0300 Subject: [PATCH] Commenting out Android keystore files Android keystore files are critical and losing them is destructive. They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 520a8635..c79ba508 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -41,7 +41,8 @@ captures/ .idea/libraries # Keystore files -*.jks +# Uncomment the following line if you do not want to check your keystore files in. +#*.jks # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild -- 2.39.5