aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aafaf62..c5a4b94 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ clean:
rm -rf build/*
rm -f site.tar.gz
deploy:
- tar -C build -cvz . > site.tar.gz
+ tar --exclude='*.tsv' -C build -cvz . > site.tar.gz
hut pages publish -d justine.smithies.me.uk site.tar.gz