From 6ba8c0657d17fadf42402eb2f621822fb0eff877 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 12 Aug 2025 15:02:40 -0700 Subject: [PATCH] Ignore a few more files for web `node_modules` should need `.ts` or `.map` files --- build/.webignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/.webignore b/build/.webignore index 31c366cc1fa..68f8721dba8 100644 --- a/build/.webignore +++ b/build/.webignore @@ -3,8 +3,10 @@ **/*.txt **/*.json **/*.md +**/*.ts **/*.d.ts **/*.js.map +**/*.mjs.map **/LICENSE **/CONTRIBUTORS @@ -29,6 +31,9 @@ vscode-textmate/webpack.config.js @xterm/addon-ligatures/src/** @xterm/addon-ligatures/out/** +@xterm/addon-progress/src/** +@xterm/addon-progress/out/** + @xterm/addon-search/src/** @xterm/addon-search/out/** @xterm/addon-search/fixtures/**