Add .prettierignore for vendored minified JS (closes #185) #195

Merged
clawbot merged 1 commits from fix/prettierignore-vendored-js into next 2026-09-22 10:00:50 +02:00
1 Commits
Author SHA1 Message Date
sneak 21dbd47264 Add .prettierignore for vendored minified JS (closes #185)
Check / check (pull_request) Skipped
script/fmt passes the glob static/js/*.js to prettier, which expanded
and rewrote the vendored static/js/alpine.min.js because there was no
ignore file. Add .prettierignore excluding *.min.js; prettier honors it
even when files are passed explicitly on the command line, so make fmt
now leaves the tree byte-identical while still formatting first-party
JS.

Model: opus-4-8
2026-09-22 07:37:37 +00:00