From a55a301d35f91cb9516cc58eb4532213f71a0eff Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Wed, 20 Sep 2023 16:45:09 +1000 Subject: [PATCH] Updated the .gitignore to ignore _content there are already placeholders tracked in _content --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f81d56e..8dddefc 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.\* + +# My custom ignores +_content \ No newline at end of file