.vscode/**
.vscode-test/**
<% if (webpack) { %>out/**<% } else { %>out/test/**<% } %>
<% if (webpack) { %>node_modules/**<% } %>
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
