add gitignore for nginx/ssl folder, prevent keeping cert files in git (#1929)

This commit is contained in:
Lan Phan 2019-01-09 22:53:48 +07:00 committed by Shao Yu-Lung (Allen)
parent f44a8e0ca0
commit 7c4f6dd7a9
1 changed files with 3 additions and 0 deletions

3
nginx/ssl/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.crt
*.csr
*.key