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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user