Fix modernizr cjs ignore files

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-02-05 11:50:16 +00:00
parent 4e3b685c1b
commit ed87a2bed1
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
src/vector/modernizr.js
src/vector/modernizr.cjs
test/end-to-end-tests/node_modules/
test/end-to-end-tests/element/
test/end-to-end-tests/synapse/

View File

@ -21,7 +21,7 @@ electron/pub
/build_config.yaml
# Raises an error because it contains a template var breaking the script tag
src/vector/index.html
src/vector/modernizr.js
src/vector/modernizr.cjs
/docs/lib
/book
/debian/tmp

View File

@ -17,7 +17,7 @@ sonar.coverage.exclusions=\
playwright/**/*,\
res/**/*,\
scripts/**/*,\
src/vector/modernizr.js,\
src/vector/modernizr.cjs,\
src/components/views/dialogs/devtools/**/*,\
src/utils/SessionLock.ts,\
src/**/*.d.ts,\