2021-02-01 00:55:25 -05:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2022-01-29 13:03:58 -05:00
|
|
|
/.idea
|
2021-02-01 00:55:25 -05:00
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2024-01-31 23:13:28 -05:00
|
|
|
# production, current path
|
|
|
|
/build
|
|
|
|
|
|
|
|
# production, old path
|
2023-12-17 21:07:25 -05:00
|
|
|
/dist
|
2021-02-01 00:55:25 -05:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|