Exclude a few extra build files from build
parent
09be5968d5
commit
dc54347a27
|
@ -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/**
|
||||
|
|
Loading…
Reference in New Issue