build: ignore generated js artifacts

This commit is contained in:
2026-04-15 00:13:11 +02:00
parent 29e49b9fcc
commit 1344419902
9 changed files with 14 additions and 406 deletions

View File

@@ -31,6 +31,7 @@ go run ./cmd/server
```
TypeScript source files live in `static/js/*.ts` and are bundled to matching `static/js/*.js` files for runtime.
Generated `static/js/*.js` and `static/css/tailwind.css` files are ignored by git.
## Development guidelines