33 lines
279 B
Plaintext
33 lines
279 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# next.js
|
|
/.next
|
|
/out
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.playwright-mcp/
|
|
*.png
|
|
|
|
# env
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|