remove unecessary files in build

This commit is contained in:
Martin Aeschlimann 2022-02-18 20:38:34 +01:00
parent 172105554f
commit db9e8fba63
13 changed files with 29 additions and 1 deletions

View file

@ -76,6 +76,7 @@ keytar/node_modules/**
node-pty/binding.gyp
node-pty/build/**
node-pty/src/**
node-pty/lib/*.test.js
node-pty/tools/**
node-pty/deps/**
node-pty/scripts/**
@ -111,7 +112,7 @@ vscode-windows-ca-certs/**/*
!vscode-windows-ca-certs/**/*.node
node-addon-api/**/*
prebuild-install/**/*
@microsoft/applicationinsights*/**
@microsoft/dynamicproto-js/**
@ -130,6 +131,9 @@ node-addon-api/**/*
**/README.md
**/readme.md
**/readme.markdown
**/CODE_OF_CONDUCT.md
**/SUPPORT.md
**/CONTRIBUTING.md
**/*.ts
!typescript/**/*.d.ts

View file

@ -1,2 +1,6 @@
src/**
build/**
cgmanifest.json
extension.webpack.config.js
tsconfig.json

View file

@ -12,6 +12,7 @@ server/tsconfig.json
server/test/**
server/bin/**
server/build/**
server/lib/cgmanifest.json
server/yarn.lock
server/.npmignore
yarn.lock

View file

@ -3,4 +3,7 @@ src/**
out/**
tsconfig.json
extension.webpack.config.js
extension-browser.webpack.config.js
yarn.lock
.gitignore

View file

@ -1,4 +1,5 @@
test/**
src/**/*.ts
syntaxes/Readme.md
tsconfig.json
cgmanifest.json

View file

@ -12,6 +12,7 @@ server/bin/**
server/build/**
server/yarn.lock
server/.npmignore
server/README.md
yarn.lock
CONTRIBUTING.md
server/extension.webpack.config.js

View file

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

View file

@ -13,3 +13,4 @@ yarn.lock
preview-src/**
webpack.config.js
esbuild.js
.gitignore

View file

@ -7,3 +7,4 @@ cgmanifest.json
yarn.lock
webpack.config.js
tsconfig.json
.gitignore

View file

@ -0,0 +1,6 @@
src/**
notebook/**
tsconfig.json
.gitignore
esbuild.js
src/**

View file

@ -4,3 +4,4 @@ tsconfig.json
extension.webpack.config.js
extension-browser.webpack.config.js
yarn.lock
syntaxes/generateTMLanguage.js

View file

@ -7,6 +7,7 @@ out/**
extension.webpack.config.js
extension-browser.webpack.config.js
cgmanifest.json
.gitignore
yarn.lock
preview-src/**
webpack.config.js

View file

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