From db487bfc5b561d0fc097674c1f326e490772f9d2 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 3 Jan 2018 23:00:25 -0800 Subject: [PATCH] Added site/ to .gitignore since it will usually be a separate repo containing the site data. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8675a15..06f4a14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # vim turds *.swp + +# Ignore the site directory since the contents are data for CMless to consume +# rather than part of CMless itself. +site -- 2.20.1