소스 검색

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