forked from microsoft/vscode-chrome-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscodeignore
41 lines (36 loc) · 884 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
38
39
40
41
**/*.ts
**/*.map
.vscode/**
lib/**
typings/**
testapp/**
testdata/**
test/**
*.vsix
gulpfile.js
tsconfig.json
tsd.json
tslint.json
vscode-chrome-debug.txt
images/demo.gif
out/test/**
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/**
node_modules/vscode-chrome-debug-core/typings/**
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/**