mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
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
1 changed files with 2 additions and 1 deletions
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 a new issue