[#110] .gitignore: Add *.cert
s and *.key
s
Add TLS certificates and keys located in `services/storage/` and generated for storage nodes to gitignore. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
2fd6d2c549
commit
014a22818e
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ tmp
|
||||||
.secrets
|
.secrets
|
||||||
sites/*
|
sites/*
|
||||||
!sites/.gitkeep
|
!sites/.gitkeep
|
||||||
|
services/storage/*tls.crt
|
||||||
|
services/storage/*tls.key
|
||||||
|
|
Loading…
Reference in a new issue