Ignore a few more files for web

`node_modules` should need `.ts` or `.map` files
This commit is contained in:
Matt Bierner 2025-08-12 15:02:40 -07:00
parent fb87057693
commit 6ba8c0657d

View File

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