chore(gitignore): let Docker handle all compiled JavaScript assets

Remove exception for htmx.min.js so all compiled JavaScript in
web/static/ is ignored and generated during Docker build.

The Dockerfile already handles downloading HTMX via:
- npm postinstall script
- Downloads from unpkg.com during container build

This keeps the repository clean and lets the container build
process generate all static assets consistently.
This commit is contained in:
2026-02-01 01:21:24 -05:00
parent 7029912ae3
commit d42c92e18e
-1
View File
@@ -17,7 +17,6 @@ package-lock.json
# Compiled JavaScript (keep .ts source, ignore .js)
web/static/*.js
!web/static/htmx.min.js
# Temporary files
tmp/