Added wildcard ignore for .keystore files

Keystore files with an extension of `.keystore` are also valid and commonly used.
This commit is contained in:
Caleb Chiesa 2018-09-12 10:40:54 -07:00 committed by GitHub
parent 28222daa1e
commit 8025c331fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -43,8 +43,9 @@ captures/
.idea/caches
# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild