2021-10-14 17:06:53 +03:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2022-03-09 11:40:32 +03:00
|
|
|
# This file is automatically generated after an `npm install` by `npx msw init`:
|
|
|
|
public/mockServiceWorker.js
|
|
|
|
|
2021-10-14 17:06:53 +03:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
2021-11-17 14:40:46 +03:00
|
|
|
coverage
|
2021-10-14 17:06:53 +03:00
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|