瀏覽代碼

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 9 年之前
父節點
當前提交
9c1f22986c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Android.gitignore

+ 3 - 0
Android.gitignore

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