From f818d439160c8f06add42dd10cfcdbddc71b04d7 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Fri, 8 Jan 2016 21:16:14 -0800
Subject: Add stuff to source/ and exclude them

The lonely templates/template.html finally finds it home in the cozy
source/, where it rightfully belongs, without the need to worry about
being exposed to the world in build/ ;)

The full fontello distribution I downloaded (and unpacked) from
fontello.com is now in source/fonts/fontello.
---
 source/.exclude | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 source/.exclude

(limited to 'source/.exclude')

diff --git a/source/.exclude b/source/.exclude
new file mode 100644
index 00000000..4c74cc9e
--- /dev/null
+++ b/source/.exclude
@@ -0,0 +1,8 @@
+# Items in this exclude list and their descendants won't be copied to
+# deployment directory. Note that files starting with dot are automatically
+# excluded (but not directories starting with dot).
+#
+# No negation or globbing (yet).
+
+template.html
+fonts/fontello/
-- 
cgit v1.2.1