Skip to content

Commit 39706fe

Browse files
authored
Merge pull request #42 from twentyTwo/feature/bundle-extension
Feature/bundle extension
2 parents 57d2ebc + 3957a43 commit 39706fe

8 files changed

Lines changed: 1445 additions & 91 deletions

.vscodeignore

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
.vscode/**
22
.vscode-test/**
3-
out/test/**
43
src/**
4+
out/test/**
5+
test/**
6+
scripts/**
7+
images/**
58
.gitignore
6-
vsc-extension-quickstart.md
7-
**/tsconfig.json
8-
**/tslint.json
9+
.yarnrc
10+
tsconfig.json
11+
.eslintrc.json
912
**/*.map
10-
**/*.ts
13+
**/*.ts
14+
CONTRIBUTING.md
15+
TECHNICAL.md
16+
.github/**
17+
**/*.vsix
18+
webpack.config.js
19+
node_modules/**
20+
!node_modules/@types/

0 commit comments

Comments
 (0)