.vscode/**
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
**/*.test.ts
**/test/**
**/tests/**
**/coverage/**
**/.nyc_output/**
**/node_modules/**
**/.git/**
**/.DS_Store
**/Thumbs.db
**/*.log
**/.env
**/*.env
**/temp/**
**/tmp/**
**/*.tmp
**/*.temp
**/build/**
**/dist/**
!out/**
**/*.vsix