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/**