Add gitignore rules for secrets
This commit is contained in:
parent
ec57fb1611
commit
143187e171
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,3 +2,7 @@
|
|||||||
config.el
|
config.el
|
||||||
*.qcow2
|
*.qcow2
|
||||||
result
|
result
|
||||||
|
# Prevent accidentally committing unencrypted secrets
|
||||||
|
**/secrets/*.yaml.dec
|
||||||
|
**/*-decrypted.*
|
||||||
|
**/temp-secrets.*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user