Update .gitignore for certs only in root directory
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -19,10 +19,10 @@ cache/*
|
||||
|
||||
# HTTPS Cert/Key #
|
||||
##################
|
||||
*.crt
|
||||
*.key
|
||||
*.csr
|
||||
*.pem
|
||||
/*.crt
|
||||
/*.key
|
||||
/*.csr
|
||||
/*.pem
|
||||
|
||||
# Mergetool
|
||||
*.orgin
|
||||
|
||||
Reference in New Issue
Block a user