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
|
2022-06-21 22:17:15 +08:00
|
|
|
|
|
|
|
# PWA files ->
|
|
|
|
**/public/sw.js
|
|
|
|
**/public/workbox-*.js
|
|
|
|
**/public/worker-*.js
|
|
|
|
**/public/sw.js.map
|
|
|
|
**/public/workbox-*.js.map
|
|
|
|
**/public/worker-*.js.map
|
2022-06-30 00:00:02 +08:00
|
|
|
|
|
|
|
# SWC files ->
|
|
|
|
.swc
|
2022-08-01 03:48:23 +08:00
|
|
|
|
|
|
|
# PNPM files ->
|
|
|
|
pnpm-lock.yaml
|