# Bower dependency directory (https://bower.io/)
# Compiled binary addons (https://nodejs.org/api/addons.html)
# Coverage directory used by tools like istanbul
# Dependency directories
# Directory for instrumented libs generated by jscoverage/JSCover
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Logs
# Optional REPL history
# Optional eslint cache
# Optional npm cache directory
# Output of 'npm pack'
# Runtime data
# TypeScript v1 declaration files
# Yarn Integrity file
# dotenv environment variables file
# next.js build output
# node-waf configuration
# nyc test coverage
*-debug.log
*-error.log
*.log
*.pid
*.pid.lock
*.seed
*.tgz
.env
.eslintcache
.grunt
.lock-wscript
.next
.node_repl_history
.npm
.nyc_output
.yarn-integrity
/.nyc_output
/dist
/lib
/package-lock.json
/tmp
bower_components
build/Release
coverage
jspm_packages/
lib-cov
logs
node_modules
node_modules/
npm-debug.log*
pids
typings/
yarn-debug.log*
yarn-error.log*

.DS_Store
.vscode
dist*
*.tsbuildinfo

.now

# module facades
/testing.d.ts
/testing.js
/plugin.d.ts
/plugin.js
/components
typescript-language-service

# website
website/.cache

.vercel
