i am not going to the .DS_Store

This commit is contained in:
ari melody 2025-10-21 23:52:46 +01:00
parent 800d4b5bdf
commit 87b1fdc373
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -6,7 +6,7 @@ build:
GOOS=linux GOARCH=amd64 go build -o $(EXEC) GOOS=linux GOARCH=amd64 go build -o $(EXEC)
bundle: build bundle: build
tar czf $(EXEC).tar.gz $(EXEC) admin/static/ public/ tar czf $(EXEC).tar.gz --exclude ".DS_Store" $(EXEC) admin/static/ public/
clean: clean:
rm $(EXEC) $(EXEC).tar.gz rm $(EXEC) $(EXEC).tar.gz