42 lines
355 B
Plaintext
42 lines
355 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs
|
|
dist
|
|
.next
|
|
.turbo
|
|
out
|
|
next-env.d.ts
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Prisma
|
|
**/prisma/*.db
|
|
**/prisma/*.db-journal
|
|
|
|
# Misc
|
|
*.tsbuildinfo
|
|
.playwright-mcp/
|