add gitignore for nginx/ssl folder, prevent keeping cert files in git (#1929)
This commit is contained in:
parent
f44a8e0ca0
commit
7c4f6dd7a9
|
@ -0,0 +1,3 @@
|
|||
*.crt
|
||||
*.csr
|
||||
*.key
|
Loading…
Reference in New Issue