add makefile (ez bundling)

This commit is contained in:
ari melody 2025-07-10 16:24:35 +01:00
parent 2e5ddc8dc4
commit d112d7ae63
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View file

@ -1,3 +1,2 @@
**/.DS_Store
docker-compose.yml
.vscode/
.DS_Store
*.tar.gz

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
bundle:
tar czf ./blisstown-web.tar.gz -C public .