2022-11-08 22:46:40 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2023-07-18 13:36:33 +00:00
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
2022-11-08 22:46:40 +00:00
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
2023-07-18 13:36:33 +00:00
|
|
|
*.pem
|
2022-11-08 22:46:40 +00:00
|
|
|
|
2023-07-18 13:36:33 +00:00
|
|
|
# debug
|
2022-11-08 22:46:40 +00:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2022-11-09 00:32:07 +00:00
|
|
|
|
2023-07-18 13:36:33 +00:00
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
2022-12-10 18:01:14 +00:00
|
|
|
|
2023-07-18 13:36:33 +00:00
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|