Skip to content

Commit 9c1f229

Browse files
committed
Exclude keystore files
Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
1 parent 9c5ea87 commit 9c1f229

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Android.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ captures/
3434

3535
# Intellij
3636
*.iml
37+
38+
#Keystore files
39+
*.jks

0 commit comments

Comments
 (0)