Added minified ghost.min.css to gitignore

- this is a minified version of `core/frontend/public/ghost.css`, but it
  is a release asset and shouldn't be committed to git
- without this change, the file will show up in git and people might
  accidentally commit it
This commit is contained in:
Daniel Lockyer 2022-03-22 10:43:31 +00:00
parent f3f4501552
commit 28a30835a1
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

1
.gitignore vendored
View File

@ -125,6 +125,7 @@ test/coverage
# Built asset files
/core/built
/core/frontend/public/ghost.min.css
/core/server/web/admin/views/*.html
# Caddyfile - for local development with ssl + caddy