37 lines
312 B
Plaintext
37 lines
312 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnpm-store
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# data
|
|
todos.json
|
|
|
|
# logs
|
|
app.log
|
|
app.pid
|
|
stats.json |