28 lines
228 B
Text
28 lines
228 B
Text
# deps
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# build
|
|
.next/
|
|
out/
|
|
dist/
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|