chore: Expand gitignore patterns for PDF.js build artifacts

- Add web/static/*.mjs to ignore compiled JavaScript modules
- Add web/static/text_layer_builder*.css for PDF.js text layer CSS files
- Add web/static/annotation_layer_builder*.css for PDF.js annotation layer CSS

These files are generated during the PDF.js build process and should not be tracked in version control.
This commit is contained in:
2026-04-12 12:19:42 -04:00
parent 157bf734c7
commit 991e04ffa3
+3
View File
@@ -20,7 +20,10 @@ package-lock.json
# Exception: Downloaded documentation dependencies
web/static/compiled-*.js
web/static/*.js
web/static/*.mjs
web/static/assets/*.js
web/static/text_layer_builder*.css
web/static/annotation_layer_builder*.css
# Downloaded documentation dependencies (tracked in git)
!web/static/htmx.min.js