add gitignore for secrets
This commit is contained in:
parent
e7585272a6
commit
ac221062ea
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Secrets
|
||||||
|
**/.env
|
||||||
|
**/acme.json
|
||||||
|
|
||||||
|
# Cert storage
|
||||||
|
**/certs/acme.json
|
||||||
Loading…
Add table
Reference in a new issue