From c06f161766eb9a40e321b815c8a088e1588826d8 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 24 Mar 2023 09:08:04 +0100 Subject: [PATCH] Ignored changes to Casper submodule - developers should never need to commit casper manually, as it's handled in the release script - this adds `ignore = all`, which should clean up git status --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 669690bb89..db85f8f508 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "ghost/core/content/themes/casper"] path = ghost/core/content/themes/casper url = ../../TryGhost/Casper.git + ignore = all