3 Commits

Author SHA1 Message Date
Jason Stedwell 0c880c9598 Untrack build output and local artifacts; gitignore them
Build and Push Docker Image / build (push) Successful in 28s
The image is built in CI (.gitea/workflows/docker-build.yml) from the
Dockerfile and pulled from registry.alwisp.com on Unraid. The Dockerfile
recompiles the client (vite build) inside the build and .dockerignore already
excludes these paths from the build context, so tracking them in git served no
purpose.

- Untrack client/dist (regenerated by the Docker build; logo + version stub
  sources live in client/public).
- Gitignore client/dist/, data/ (local SQLite volume), and *.tar.gz / *.zip
  (local `docker save` exports), alongside the already-ignored node_modules/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 17:13:07 -05:00
Jason Stedwell 7da4163d3b Untrack client/node_modules and gitignore it
Build and Push Docker Image / build (push) Successful in 30s
node_modules was vendored into the repo, which caused platform-specific
rollup/esbuild binary churn on every local install. Dependencies are
installed fresh during the Docker build, so there's no reason to track them.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 17:09:26 -05:00
jason 6ddc09aa71 fixes
Build and Push Docker Image / build (push) Successful in 35s
2026-05-19 00:34:58 -05:00