mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Merge pull request #2806 from Orbyt/patch-1
Added wildcard ignore for .keystore files
This commit is contained in:
commit
13c64104e9
1 changed files with 2 additions and 1 deletions
|
@ -44,8 +44,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…
Add table
Add a link
Reference in a new issue