Added Caddyfile to .gitignore
- we have this in the `ghost/core` .gitignore too, but with the latest monorepo change, some developers might prefer to have their Caddyfile in the top-level directory, of which we need to ignore it
This commit is contained in:
parent
099afffbec
commit
532f9ee984
3
.gitignore
vendored
3
.gitignore
vendored
@ -68,4 +68,5 @@ typings/
|
||||
# OSX
|
||||
.DS_Store
|
||||
|
||||
# Ghost Custom
|
||||
# Caddyfile - for local development with ssl + caddy
|
||||
Caddyfile
|
||||
|
Loading…
Reference in New Issue
Block a user