remove unecessary files in build
parent
172105554f
commit
db9e8fba63
|
@ -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
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
src/**
|
||||
build/**
|
||||
cgmanifest.json
|
||||
extension.webpack.config.js
|
||||
tsconfig.json
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ server/tsconfig.json
|
|||
server/test/**
|
||||
server/bin/**
|
||||
server/build/**
|
||||
server/lib/cgmanifest.json
|
||||
server/yarn.lock
|
||||
server/.npmignore
|
||||
yarn.lock
|
||||
|
|
|
@ -3,4 +3,7 @@ src/**
|
|||
out/**
|
||||
tsconfig.json
|
||||
extension.webpack.config.js
|
||||
extension-browser.webpack.config.js
|
||||
yarn.lock
|
||||
.gitignore
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
test/**
|
||||
src/**/*.ts
|
||||
syntaxes/Readme.md
|
||||
tsconfig.json
|
||||
cgmanifest.json
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
cgmanifest.json
|
||||
build/**
|
||||
|
|
@ -13,3 +13,4 @@ yarn.lock
|
|||
preview-src/**
|
||||
webpack.config.js
|
||||
esbuild.js
|
||||
.gitignore
|
||||
|
|
|
@ -7,3 +7,4 @@ cgmanifest.json
|
|||
yarn.lock
|
||||
webpack.config.js
|
||||
tsconfig.json
|
||||
.gitignore
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
src/**
|
||||
notebook/**
|
||||
tsconfig.json
|
||||
.gitignore
|
||||
esbuild.js
|
||||
src/**
|
|
@ -4,3 +4,4 @@ tsconfig.json
|
|||
extension.webpack.config.js
|
||||
extension-browser.webpack.config.js
|
||||
yarn.lock
|
||||
syntaxes/generateTMLanguage.js
|
||||
|
|
|
@ -7,6 +7,7 @@ out/**
|
|||
extension.webpack.config.js
|
||||
extension-browser.webpack.config.js
|
||||
cgmanifest.json
|
||||
.gitignore
|
||||
yarn.lock
|
||||
preview-src/**
|
||||
webpack.config.js
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
test/**
|
||||
cgmanifest.json
|
||||
build/**
|
||||
|
|
Loading…
Reference in New Issue