Skip to content

Commit 8025c33

Browse files
authored
Added wildcard ignore for .keystore files
Keystore files with an extension of `.keystore` are also valid and commonly used.
1 parent 28222da commit 8025c33

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
@@ -43,8 +43,9 @@ captures/
4343
.idea/caches
4444

4545
# Keystore files
46-
# Uncomment the following line if you do not want to check your keystore files in.
46+
# Uncomment the following lines if you do not want to check your keystore files in.
4747
#*.jks
48+
#*.keystore
4849

4950
# External native build folder generated in Android Studio 2.2 and later
5051
.externalNativeBuild

0 commit comments

Comments
 (0)