Fix CI build breaks (#20884)

* Fix CI build breaks

* Update filters
This commit is contained in:
Karl Burtram
2022-10-19 21:47:49 -07:00
committed by GitHub
parent d5c63f4bfb
commit 318bfe62ee
6 changed files with 2 additions and 153 deletions

View File

@@ -39,7 +39,7 @@ module.exports.unicodeFilter = [
'!LICENSES.chromium.html',
'!**/LICENSE',
'!**/*.{dll,exe,png,bmp,jpg,scpt,cur,ttf,woff,eot,template,ico,icns,opus}',
'!**/*.{dll,exe,png,bmp,jpg,scpt,cur,ttf,woff,eot,template,ico,icns,opus,targets,nupkg}',
'!**/test/**',
'!**/*.test.ts',
'!**/*.{d.ts,json,md}',
@@ -65,6 +65,7 @@ module.exports.indentationFilter = [
'**',
// except specific files
'!**/*.{dll,exe,png,bmp,jpg,scpt,cur,ttf,woff,eot,template,ico,icns,opus,targets,nupkg}',
'!**/ThirdPartyNotices.txt',
'!**/LICENSE.{txt,rtf}',
'!LICENSES.chromium.html',