]> source.dussan.org Git - gitignore.git/commitdiff
Commenting out Android keystore files 2496/head
authorMohammad Alhobayyeb <malhobayyeb@users.noreply.github.com>
Sun, 8 Oct 2017 07:52:58 +0000 (10:52 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 07:52:58 +0000 (10:52 +0300)
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

index 520a86352f74b3c3f8959ec7bdb1630332a70362..c79ba5080a37a4f89f2228910311b8d571e318e8 100644 (file)
@@ -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