65 lines
616 B
Plaintext
65 lines
616 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Turbo
|
|
.turbo/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# Claude Code
|
|
.claude/agent-memory/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Backups
|
|
apps/api/integrations.backup/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Prisma
|
|
apps/api/prisma/migrations/*
|
|
!apps/api/prisma/migrations/.gitkeep
|
|
|
|
# Docker volumes (local)
|
|
docker/data/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Secrets
|
|
*.pem
|
|
*.key
|
|
credentials.json
|
|
secrets.json
|