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
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/**