mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 10:14:31 -05:00
fix: Exclude unnecessary Windows build artifacts (#11371)
This commit is contained in:
@@ -22,6 +22,9 @@ files:
|
|||||||
- '!**/node_modules/**/include/node'
|
- '!**/node_modules/**/include/node'
|
||||||
- '!**/node_modules/.bin'
|
- '!**/node_modules/.bin'
|
||||||
- '!**/node_modules/*/*/{esm5,fesm5,esm2015,fesm2015,_esm2015,_fesm2015}'
|
- '!**/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}'
|
- '!**/*.{woff,ttf,otf,eot}'
|
||||||
- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}'
|
- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}'
|
||||||
- '!.editorconfig'
|
- '!.editorconfig'
|
||||||
|
|||||||
Reference in New Issue
Block a user