From 9c1f22986cddd80c6e87b40ef7764a65ba31d54a Mon Sep 17 00:00:00 2001 From: Theodoros Ntakouris Date: Wed, 9 Mar 2016 18:30:10 +0200 Subject: [PATCH] Exclude keystore files Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d5650ce5..a8363b06 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -34,3 +34,6 @@ captures/ # Intellij *.iml + +#Keystore files +*.jks