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:
Daniel Lockyer 2022-07-27 14:19:33 +02:00
parent 099afffbec
commit 532f9ee984
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

3
.gitignore vendored
View File

@ -68,4 +68,5 @@ typings/
# OSX
.DS_Store
# Ghost Custom
# Caddyfile - for local development with ssl + caddy
Caddyfile