mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:18:59 -05:00
Exclude a few extra build files from build
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
build/**
|
||||
test/**
|
||||
.vscode/**
|
||||
server/.vscode/**
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
build/**
|
||||
test/**
|
||||
cgmanifest.json
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
test/**
|
||||
test-workspace/**
|
||||
src/**
|
||||
notebook/**
|
||||
tsconfig.json
|
||||
tsconfig.*.json
|
||||
out/test/**
|
||||
out/**
|
||||
extension.webpack.config.js
|
||||
@@ -10,3 +12,4 @@ cgmanifest.json
|
||||
yarn.lock
|
||||
preview-src/**
|
||||
webpack.config.js
|
||||
esbuild.js
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
src/**
|
||||
notebook/**
|
||||
extension-browser.webpack.config.js
|
||||
extension.webpack.config.js
|
||||
esbuild.js
|
||||
cgmanifest.json
|
||||
yarn.lock
|
||||
webpack.config.js
|
||||
tsconfig.json
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
test/**
|
||||
cgmanifest.json
|
||||
build/**
|
||||
|
||||
Reference in New Issue
Block a user