vscode/build/.webignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-06-22 07:41:43 +00:00
# cleanup rules for web node modules, .gitignore style
2020-06-29 12:23:16 +00:00
**/*.txt
**/*.json
**/*.md
**/*.d.ts
**/*.js.map
**/LICENSE
**/CONTRIBUTORS
2020-10-25 21:35:23 +00:00
**/docs/**
**/example/**
**/examples/**
2020-06-29 12:23:16 +00:00
jschardet/index.js
2020-06-22 07:41:43 +00:00
jschardet/src/**
2020-06-29 12:23:16 +00:00
jschardet/dist/jschardet.js
2020-06-22 07:41:43 +00:00
vscode-textmate/webpack.config.js
2023-11-01 21:47:59 +00:00
@xterm/xterm/src/**
2020-06-22 07:41:43 +00:00
@xterm/addon-clipboard/src/**
@xterm/addon-clipboard/out/**
2023-11-01 21:47:59 +00:00
@xterm/addon-image/src/**
@xterm/addon-image/out/**
2023-05-14 15:09:17 +00:00
2023-11-01 21:47:59 +00:00
@xterm/addon-search/src/**
@xterm/addon-search/out/**
@xterm/addon-search/fixtures/**
2020-06-22 07:41:43 +00:00
2023-11-01 21:47:59 +00:00
@xterm/addon-unicode11/src/**
@xterm/addon-unicode11/out/**
2020-06-22 07:41:43 +00:00
2023-11-01 21:47:59 +00:00
@xterm/addon-webgl/src/**
@xterm/addon-webgl/out/**
2021-07-19 21:26:16 +00:00
# This makes sure the model is included in the package
!@vscode/vscode-languagedetection/model/**
2022-11-03 15:36:45 +00:00
# Ensure only the required telemetry pieces are loaded in web to reduce bundle size
@microsoft/1ds-core-js/**
@microsoft/1ds-post-js/**
@microsoft/applicationinsights-core-js/**
@microsoft/applicationinsights-shims/**
!@microsoft/1ds-core-js/dist/ms.core.min.js
!@microsoft/1ds-post-js/dist/ms.post.min.js
!@microsoft/applicationinsights-core-js/browser/applicationinsights-core-js.min.js
!@microsoft/applicationinsights-shims/dist/umd/applicationinsights-shims.min.js
vsda/**
!vsda/rust/web/**