9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
# SECURITY: Never commit decrypted vault files
|
|
production-vault.yml.decrypted
|
|
*.backup
|
|
*.tmp
|
|
|
|
# Keep encrypted vault in git
|
|
# Encrypted files are safe to commit
|
|
!production-vault.yml
|