Sfoglia il codice sorgente

Merge pull request #2806 from Orbyt/patch-1

Added wildcard ignore for .keystore files
pull/2720/merge
Brendan Forster 5 anni fa
parent
commit
13c64104e9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      Android.gitignore

+ 2
- 1
Android.gitignore Vedi File

@@ -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…
Annulla
Salva