mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
web - add more excludes
This commit is contained in:
@@ -41,6 +41,10 @@ const vscodeWebResources = [
|
||||
// Webview
|
||||
'out-build/vs/workbench/contrib/webview/browser/pre/*.js',
|
||||
|
||||
// Excludes
|
||||
'!out-build/vs/**/{node,electron-browser,electron-main}/**',
|
||||
'!out-build/vs/editor/standalone/**',
|
||||
'!out-build/vs/workbench/**/*-tb.png',
|
||||
'!**/test/**'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user