From fffda301610a67dcb83d956b9c0280d5b48a00e2 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 7 Oct 2021 01:49:56 -0500 Subject: [PATCH] Update gitignore for the upcoming purge --- .gitignore | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4ff0f53..6e5b2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ -public/** -deploy_id +# Ignore everything except explicitly allowed with `!` +/* + +# Track this gitignore because duh +!.gitignore + +# Track gitmodules because also duh +!.gitmodules + +# Content folder where the actual ...ya know... content lives +!content/ + +# Deploy script +!deploy