chore: Prevent accidental key leaks via gitignore
This commit is contained in:
parent
62ade18b7b
commit
ecee1ec1b8
1 changed files with 6 additions and 0 deletions
6
tools/nixery/.gitignore
vendored
6
tools/nixery/.gitignore
vendored
|
@ -1,3 +1,9 @@
|
|||
result
|
||||
result-*
|
||||
.envrc
|
||||
debug/
|
||||
|
||||
# Just to be sure, since we're occasionally handling test keys:
|
||||
*.pem
|
||||
*.p12
|
||||
*.json
|
||||
|
|
Loading…
Reference in a new issue