Unverified Commit 8025c331 authored by Caleb Chiesa's avatar Caleb Chiesa Committed by GitHub

Added wildcard ignore for .keystore files

Keystore files with an extension of `.keystore` are also valid and commonly used.
parent 28222daa
...@@ -43,8 +43,9 @@ captures/ ...@@ -43,8 +43,9 @@ captures/
.idea/caches .idea/caches
# Keystore files # 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 #*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later # External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild .externalNativeBuild
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment