38 lines
341 B
Plaintext
38 lines
341 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Prisma
|
|
src/database/prisma/migrations/
|
|
generated/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|