.gitignore
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/.yarn
/node_modules
# testing
/coverage
/test.js
/test.ts
# production
/dist
/docs
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.temp
npm-debug.log*
yarn-debug.log*
yarn-error.log*