Skip to content

Commit

Permalink
remove unecessary files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Feb 18, 2022
1 parent 1721055 commit db9e8fb
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/.moduleignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down Expand Up @@ -111,7 +112,7 @@ vscode-windows-ca-certs/**/*
!vscode-windows-ca-certs/**/*.node

node-addon-api/**/*

prebuild-install/**/*

@microsoft/applicationinsights*/**
@microsoft/dynamicproto-js/**
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions extensions/git-base/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
src/**
build/**
cgmanifest.json
extension.webpack.config.js
tsconfig.json

1 change: 1 addition & 0 deletions extensions/html-language-features/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ server/tsconfig.json
server/test/**
server/bin/**
server/build/**
server/lib/cgmanifest.json
server/yarn.lock
server/.npmignore
yarn.lock
Expand Down
3 changes: 3 additions & 0 deletions extensions/ipynb/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ src/**
out/**
tsconfig.json
extension.webpack.config.js
extension-browser.webpack.config.js
yarn.lock
.gitignore

1 change: 1 addition & 0 deletions extensions/javascript/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test/**
src/**/*.ts
syntaxes/Readme.md
tsconfig.json
cgmanifest.json
1 change: 1 addition & 0 deletions extensions/json-language-features/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions extensions/latex/.vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cgmanifest.json
build/**

1 change: 1 addition & 0 deletions extensions/markdown-language-features/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ yarn.lock
preview-src/**
webpack.config.js
esbuild.js
.gitignore
1 change: 1 addition & 0 deletions extensions/markdown-math/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ cgmanifest.json
yarn.lock
webpack.config.js
tsconfig.json
.gitignore
6 changes: 6 additions & 0 deletions extensions/notebook-renderers/.vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src/**
notebook/**
tsconfig.json
.gitignore
esbuild.js
src/**
1 change: 1 addition & 0 deletions extensions/search-result/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tsconfig.json
extension.webpack.config.js
extension-browser.webpack.config.js
yarn.lock
syntaxes/generateTMLanguage.js
1 change: 1 addition & 0 deletions extensions/simple-browser/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions extensions/sql/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test/**
cgmanifest.json
build/**

0 comments on commit db9e8fb

Please sign in to comment.