1
0
mirror of https://github.com/github/gitignore synced 2024-06-14 00:20:10 +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 # Intellij
*.iml *.iml
#Keystore files
*.jks