Update .gitignore for certs only in root directory

This commit is contained in:
JonnyWong16 2017-03-29 18:08:19 -07:00
commit 2952d1360a
5 changed files with 11386 additions and 8 deletions

8
.gitignore vendored
View file

@ -19,10 +19,10 @@ cache/*
# HTTPS Cert/Key #
##################
*.crt
*.key
*.csr
*.pem
/*.crt
/*.key
/*.csr
/*.pem
# Mergetool
*.orgin