2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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:
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