1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +02:00

Exclude keystore files

Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory.
This commit is contained in:
Theodoros Ntakouris 2016-03-09 18:30:10 +02:00
parent 9c5ea872dc
commit 9c1f22986c

View file

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