fix: Exclude unnecessary Windows build artifacts (#11371)

This commit is contained in:
KaniPan
2026-06-23 15:10:50 +09:00
committed by GitHub
parent e4b108f22c
commit 416b607bbd
+3
View File
@@ -22,6 +22,9 @@ files:
- '!**/node_modules/**/include/node'
- '!**/node_modules/.bin'
- '!**/node_modules/*/*/{esm5,fesm5,esm2015,fesm2015,_esm2015,_fesm2015}'
- '!**/node_modules/**/Release/obj'
- '!**/node_modules/**/*.{exp,iobj,ipdb,lib}'
- '!**/node_modules/**/*.vcxproj*'
- '!**/*.{woff,ttf,otf,eot}'
- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}'
- '!.editorconfig'