2020-04-21 17:49:52 -07:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
2020-12-28 13:47:09 -08:00
|
|
|
.env
|
2020-04-21 17:49:52 -07:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2020-12-28 13:47:09 -08:00
|
|
|
.eslintcache
|
2020-04-21 17:49:52 -07:00
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-07-02 14:12:36 -07:00
|
|
|
|
|
|
|
.vercel
|