32 lines
282 B
Plaintext
32 lines
282 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.next/
|
|
|
|
# Prisma
|
|
backend/prisma/migrations/dev.db
|
|
|
|
# Test artifacts
|
|
coverage/
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|