vscode/build/.webignore

35 lines
580 B
Plaintext
Raw Permalink Normal View History

2020-06-22 09:41:43 +02:00
# cleanup rules for web node modules, .gitignore style
2020-06-29 14:23:16 +02:00
**/*.txt
**/*.json
**/*.md
**/*.d.ts
**/*.js.map
**/LICENSE
**/CONTRIBUTORS
2020-10-25 22:35:23 +01:00
**/docs/**
**/example/**
**/examples/**
2020-06-29 14:23:16 +02:00
jschardet/index.js
2020-06-22 09:41:43 +02:00
jschardet/src/**
2020-06-29 14:23:16 +02:00
jschardet/dist/jschardet.js
2020-06-22 09:41:43 +02:00
vscode-textmate/webpack.config.js
2020-06-22 09:41:43 +02:00
xterm/src/**
xterm-addon-search/src/**
xterm-addon-search/out/**
xterm-addon-search/fixtures/**
xterm-addon-unicode11/src/**
xterm-addon-unicode11/out/**
xterm-addon-webgl/src/**
xterm-addon-webgl/out/**
2021-07-19 23:26:16 +02:00
# This makes sure the model is included in the package
!@vscode/vscode-languagedetection/model/**