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.
This commit is contained in:
Mohammad Alhobayyeb 2017-10-08 10:52:58 +03:00 committed by GitHub
parent 7792e50dae
commit 77145f787f

View 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