Skip to content

Commit 2a5651c

Browse files
committed
add ignore files
1 parent 5808fab commit 2a5651c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
package-lock.json
3+
out
4+
*.vsix

.vscodeignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
16+
*.vsix

0 commit comments

Comments
 (0)