Skip to content

Commit 77145f7

Browse files
authored
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.
1 parent 7792e50 commit 77145f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Android.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ captures/
4141
.idea/libraries
4242

4343
# Keystore files
44-
*.jks
44+
# Uncomment the following line if you do not want to check your keystore files in.
45+
#*.jks
4546

4647
# External native build folder generated in Android Studio 2.2 and later
4748
.externalNativeBuild

0 commit comments

Comments
 (0)