Browse Source

Added wildcard ignore for .keystore files

Keystore files with an extension of `.keystore` are also valid and commonly used.
pull/2806/head
Caleb Chiesa 5 years ago
parent
commit
8025c331fd
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Android.gitignore

+ 2
- 1
Android.gitignore 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

Loading…
Cancel
Save