script/fmt ran prettier over static/js/*.js, which rewrote the vendored minified static/js/alpine.min.js. A root .prettierignore with *.min.js excludes vendored bundles: make fmt on a clean tree now yields no changes and alpine.min.js stays byte-identical, while first-party JS still formats. Model: opus-4-8
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
# Vendored, minified third-party bundles must never be reformatted.
|
|
*.min.js
|