From: Aaron Taylor Date: Thu, 4 Jan 2018 07:00:25 +0000 (-0800) Subject: Added site/ to .gitignore since it will usually be a separate repo containing the... X-Git-Url: http://git.subgeniuskitty.com/cmless/.git/commitdiff_plain/db487bfc5b561d0fc097674c1f326e490772f9d2 Added site/ to .gitignore since it will usually be a separate repo containing the site data. --- 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