17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
.vscode/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/*.map
|
|
**/*.ts
|
|
node_modules/**/*.ts
|
|
node_modules/.bin
|
|
node_modules/**/test
|
|
node_modules/**/tests
|
|
node_modules/**/*.md
|
|
node_modules/**/LICENSE
|
|
node_modules/**/CHANGELOG.md
|
|
node_modules/**/README.md
|