Skip to content

Commit 6590028

Browse files
committed
Update vsce ignore file
1 parent 28845f7 commit 6590028

1 file changed

Lines changed: 19 additions & 13 deletions

File tree

.vscodeignore

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
.vscode/**
2-
.vscode-test/**
3-
out/test/**
4-
test/**
5-
src/**
6-
**/*.map
7-
.gitignore
8-
tsconfig.json
9-
vsc-extension-quickstart.md
10-
.travis.yml
11-
demonstration.md
12-
package-lock.json
13-
gulpfile.js
1+
**/*.map
2+
.github/**
3+
.gitignore
4+
.travis.yml
5+
.vscode-test/**
6+
.vscode/**
7+
architecture.md
8+
CONTRIBUTING.md
9+
Dockerfile
10+
cli/**
11+
demonstration.md
12+
gulpfile.js
13+
out/test/**
14+
package-lock.json
15+
package.npm.json
16+
src/**
17+
test/**
18+
tsconfig.json
19+
vsc-extension-quickstart.md

0 commit comments

Comments
 (0)