2020-06-01 15:42:30 +02:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2020-09-29 13:55:51 +02:00
|
|
|
# development
|
|
|
|
bundle.js
|
|
|
|
bundle.js.map
|
|
|
|
|
2020-06-01 15:42:30 +02:00
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-06-25 01:41:56 +02:00
|
|
|
|
2020-08-06 17:38:26 +02:00
|
|
|
.vercel
|
|
|
|
|
|
|
|
storybook-static
|