Added site/ to .gitignore since it will usually be a separate repo containing the...
[cmless] / .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