.vscode/**
.vscode-test/**
src/**
.gitignore
.yarnrc
webpack.config.js
**/tsconfig.json
**/.eslintrc.json
out/**/*.map
src/**/*.map
**/*.ts
node_modules/**
out/**
.eslintrc.json
tsconfig.json

# Include bundled binaries
!bin/**
