diff options
author | Caleb Chiesa <email@orbyt.me> | 2018-09-12 10:40:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 10:40:54 -0700 |
commit | 8025c331fdf741d8bd4c640231f1ac55ae80b2f9 (patch) | |
tree | 95a1226f060e659a3f3bf7943a08a35bb4085372 /Android.gitignore | |
parent | 28222daa1ec65ea9538dba4a6692ec64422fe992 (diff) | |
download | gitignore-8025c331fdf741d8bd4c640231f1ac55ae80b2f9.tar.gz gitignore-8025c331fdf741d8bd4c640231f1ac55ae80b2f9.zip |
Added wildcard ignore for .keystore files
Keystore files with an extension of `.keystore` are also valid and commonly used.
Diffstat (limited to 'Android.gitignore')
-rw-r--r-- | Android.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.gitignore b/Android.gitignore index 39b6783c..dc903197 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -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 |