50 lines
505 B
Plaintext
50 lines
505 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
*/node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
*/dist/
|
|
build/
|
|
*/build/
|
|
|
|
# pnpm
|
|
.pnpm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*/.env
|
|
*/.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
/logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Prisma
|
|
backend/prisma/migrations/
|
|
|
|
tmpclaude-*
|
|
.claude/worktrees/
|
|
*/pnpm-lock.yaml
|