From 87b1fdc3736260f46e3f9e9523fc56ffb097b10a Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 21 Oct 2025 23:52:46 +0100 Subject: [PATCH] i am not going to the .DS_Store --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c96c65..98a4ea1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: GOOS=linux GOARCH=amd64 go build -o $(EXEC) bundle: build - tar czf $(EXEC).tar.gz $(EXEC) admin/static/ public/ + tar czf $(EXEC).tar.gz --exclude ".DS_Store" $(EXEC) admin/static/ public/ clean: rm $(EXEC) $(EXEC).tar.gz