All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Set up local dev workflow: SSH tunnel to dev DB, Next.js API proxy via rewrites, Docker or native backend on port 5000. Update and restructure project documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
338 B
Plaintext
30 lines
338 B
Plaintext
# Frontend
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
frontend/out/
|
|
|
|
# Backend
|
|
backend/src/*/bin/
|
|
backend/src/*/obj/
|
|
backend/.idea/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.production.local
|
|
.env.development.local
|
|
|
|
# IDE & Tools
|
|
.vs/
|
|
.vscode/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local development
|
|
backend/src/*/appsettings.Local.json
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|