Added site/ to .gitignore since it will usually be a separate repo containing the...
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 4 Jan 2018 07:00:25 +0000 (23:00 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 4 Jan 2018 07:00:25 +0000 (23:00 -0800)
.gitignore

index 8675a15..06f4a14 100644 (file)
@@ -1,2 +1,6 @@
 # vim turds
 *.swp
 # vim turds
 *.swp
+
+# Ignore the site directory since the contents are data for CMless to consume
+# rather than part of CMless itself.
+site