Skip to content

Commit 8c1c5e1

Browse files
committed
add vscodeignore file
1 parent 7b7e18c commit 8c1c5e1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscodeignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.vscode/**
2+
typings/**
3+
out/test/**
4+
test/**
5+
**/*.ts
6+
**/*.map
7+
.gitignore
8+
tsconfig.json
9+
vsc-extension-quickstart.md
10+
art/js-icon.psd
11+
.travis.yml
12+
test-data/**
13+
coverage/**
14+
LICENSE
15+
CHANGELOG.md

0 commit comments

Comments
 (0)