From c7928827a09494724cf4eb0f18610d3737b40ad3 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 24 Mar 2023 13:08:04 +0100 Subject: [PATCH] Ignored changes to Casper in git - we don't want to allow developers to accidentally commit changes to Casper, so this excludes those changes - the release script has been updated to force add the submodule so it can be bumped --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 873c4646bc..07d132535a 100644 --- a/.gitignore +++ b/.gitignore @@ -88,7 +88,7 @@ typings/ /ghost/core/content/public/* /ghost/core/content/adapters/storage/**/* /ghost/core/content/adapters/scheduling/**/* -!/ghost/core/content/themes/casper +/ghost/core/content/themes/casper !/ghost/core/README.md !/ghost/core/content/**/README.md