Parcourir la source

Exclude keystore files

Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
Theodoros Ntakouris il y a 9 ans
Parent
commit
9c1f22986c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      Android.gitignore

+ 3 - 0
Android.gitignore

@@ -34,3 +34,6 @@ captures/
 
 # Intellij
 *.iml
+
+#Keystore files
+*.jks