2021-05-09 12:03:39 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# dependencies
|
2021-07-23 12:52:27 +00:00
|
|
|
/dist
|
2021-05-09 12:03:39 +00:00
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# testing
|
|
|
|
/coverage
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# production
|
|
|
|
/build
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2021-05-09 11:48:30 +00:00
|
|
|
|
2021-05-09 12:03:39 +00:00
|
|
|
# vercel
|
|
|
|
.vercel
|
2021-05-24 07:44:11 +00:00
|
|
|
|
|
|
|
cypress/integration/examples
|