forked from microsoft/vscode-node-debug2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.vscodeignore
37 lines (33 loc) · 813 Bytes
/
.vscodeignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
**/*.ts
**/*.map
.vscode/**
*.vsix
gulpfile.js
tsconfig.json
tslint.json
testapp/**
testdata/**
out/test/**
.travis.yml
appveyor.yml
package-lock.json
msbuild/**
node_modules/.bin/**
node_modules/bufferutil/**
node_modules/utf-8-validate/**
node_modules/vscode-chrome-debug-core/node_modules/ws/node_modules/bufferutil/**
node_modules/vscode-chrome-debug-core/node_modules/ws/node_modules/utf-8-validate/**
node_modules/vscode-chrome-debug-core/out/test/**
i18n/csy
i18n/trk
i18n/ptb
i18n/plk
package.nls.cs.json
package.nls.tr.json
package.nls.pt-br.json
package.nls.pl.json
node_modules/vscode-chrome-debug-core/i18n/csy/**
node_modules/vscode-chrome-debug-core/i18n/trk/**
node_modules/vscode-chrome-debug-core/i18n/ptb/**
node_modules/vscode-chrome-debug-core/i18n/plk/**
node_modules/devtools-protocol/**