mirror of
https://github.com/microsoft/vscode.git
synced 2026-01-09 06:31:23 +08:00
Ignore a few more files for web
`node_modules` should need `.ts` or `.map` files
This commit is contained in:
parent
fb87057693
commit
6ba8c0657d
@ -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/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user