All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
280 B
Plaintext
27 lines
280 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
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|