2022-06-20 23:58:05 +08:00
|
|
|
# dependencies ->
|
2022-01-16 22:40:15 +08:00
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2022-06-20 23:58:05 +08:00
|
|
|
package-lock.json
|
2022-01-16 22:40:15 +08:00
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# testing ->
|
2022-01-16 22:40:15 +08:00
|
|
|
/coverage
|
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# next.js ->
|
2022-01-16 22:40:15 +08:00
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# production ->
|
2022-01-16 22:40:15 +08:00
|
|
|
/build
|
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# misc ->
|
2022-01-16 22:40:15 +08:00
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# debug ->
|
2022-01-16 22:40:15 +08:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2022-06-03 18:53:50 +08:00
|
|
|
.pnpm-debug.log*
|
2022-01-16 22:40:15 +08:00
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# local env files ->
|
2022-06-03 18:53:50 +08:00
|
|
|
.env*.local
|
2022-04-11 01:42:18 +08:00
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# vercel ->
|
2022-01-16 22:40:15 +08:00
|
|
|
.vercel
|
2022-06-03 18:53:50 +08:00
|
|
|
|
2022-06-20 23:58:05 +08:00
|
|
|
# typescript ->
|
2022-06-03 18:53:50 +08:00
|
|
|
*.tsbuildinfo
|