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:
parent
9c5ea872dc
commit
9c1f22986c
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@ captures/
|
|||
|
||||
# Intellij
|
||||
*.iml
|
||||
|
||||
#Keystore files
|
||||
*.jks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue