Skip to content

Commit 13c6410

Browse files
authored
Merge pull request #2806 from Orbyt/patch-1
Added wildcard ignore for .keystore files
2 parents 93d97e7 + 8025c33 commit 13c6410

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

4646
# Keystore files
47-
# Uncomment the following line if you do not want to check your keystore files in.
47+
# Uncomment the following lines if you do not want to check your keystore files in.
4848
#*.jks
49+
#*.keystore
4950

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

0 commit comments

Comments
 (0)