mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-30 16:13:26 +01: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:
@@ -34,3 +34,6 @@ captures/
|
||||
|
||||
# Intellij
|
||||
*.iml
|
||||
|
||||
#Keystore files
|
||||
*.jks
|
||||
|
||||
Reference in New Issue
Block a user