From 28a30835a1a80428a3f85de26ef97adc44afd701 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 22 Mar 2022 10:43:31 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 92b894161d..dbbf03e6bd 100644 --- a/.gitignore +++ b/.gitignore @@ -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