50 lines
484 B
Plaintext
50 lines
484 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build outputs
|
|
backend/bin/
|
|
backend/tmp/
|
|
frontend/.next/
|
|
frontend/out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
air.log
|
|
backend.log
|
|
frontend.log
|
|
|
|
# Process IDs
|
|
.backend.pid
|
|
.frontend.pid
|
|
|
|
# Cache
|
|
backend/data/
|
|
*.cache
|
|
|
|
# Test coverage
|
|
coverage/
|
|
*.coverage
|
|
|
|
# Docker
|
|
.docker/
|
|
|
|
# Kubernetes secrets (keep templates)
|
|
k8s/*-secrets.yaml
|
|
!k8s/*-secrets.yaml.example
|