From 4afea80c3d2e5a372e0aeba29eae20cbd321d56e Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 16 Jan 2024 18:28:59 +0000 Subject: Exclude *.tsv files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3