mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 19:32:54 +03:00
Added Caddyfile to .gitignore
- Allows for using caddy locally for development and testing with ssl
This commit is contained in:
parent
54644e2840
commit
fafbc8ef0a
3
.gitignore
vendored
3
.gitignore
vendored
@ -125,3 +125,6 @@ test/coverage
|
|||||||
/core/server/web/admin/views/*.html
|
/core/server/web/admin/views/*.html
|
||||||
!/core/server/web/admin/views/preview.html
|
!/core/server/web/admin/views/preview.html
|
||||||
/core/server/public/ghost.min.css
|
/core/server/public/ghost.min.css
|
||||||
|
|
||||||
|
# Caddyfile - for local development with ssl + caddy
|
||||||
|
Caddyfile
|
||||||
|
Loading…
Reference in New Issue
Block a user