Date: 2026-08-08 16:02 Summary: Explained gitignore vendor chrome lines vs large WASM; recommend tracking bootstrap/fonts only.
[question] @.gitignore (163-168)
[try to solve]
Those lines exclude same-origin vendor from git: jsquash / wasm-feature-detect / gifenc / bootstrap / fonts, which must be generated by build:site or copy-*-vendor. bootstrap+fonts total ~512KB; missing them breaks site-wide layout. jsquash is ~13MB and should stay ignored. Recommendation: drop public/vendor/bootstrap/ and public/vendor/fonts/ from .gitignore and track them; keep large WASM image vendors ignored and copy them at deploy via predeploy/build:site.
[actions]
- Compared vendor sizes; explained gitignore policy for chrome vs image WASM