mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -125,3 +125,6 @@ test/coverage
|
|||
/core/server/web/admin/views/*.html
|
||||
!/core/server/web/admin/views/preview.html
|
||||
/core/server/public/ghost.min.css
|
||||
|
||||
# Caddyfile - for local development with ssl + caddy
|
||||
Caddyfile
|
||||
|
|
Loading…
Add table
Reference in a new issue