Exclude a few extra build files from build

This commit is contained in:
Matt Bierner 2021-08-05 00:45:50 -07:00
parent 09be5968d5
commit dc54347a27
No known key found for this signature in database
GPG key ID: 099C331567E11888
5 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,4 @@
build/**
test/**
.vscode/**
server/.vscode/**

View file

@ -1,2 +1,3 @@
build/**
test/**
cgmanifest.json

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,3 @@
test/**
cgmanifest.json
build/**