mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Added wildcard ignore for .keystore files
Keystore files with an extension of `.keystore` are also valid and commonly used.
This commit is contained in:
parent
28222daa1e
commit
8025c331fd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user