2020-03-13 02:07:58 -07:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2021-10-27 00:23:51 -07:00
|
|
|
|
2020-03-13 02:07:58 -07:00
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
2021-02-09 17:50:34 -08:00
|
|
|
/wasm/target
|
2020-03-13 02:07:58 -07:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2021-01-10 17:40:56 -08:00
|
|
|
.eslintcache
|
2020-03-13 02:07:58 -07:00
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-10-23 05:46:32 -07:00
|
|
|
|