Files
emil28092005andClaude Sonnet 4.6 dec96c6ff0
Backend CI / Lint (push) Waiting to run
Backend CI / Test (push) Waiting to run
Frontend CI / Lint, Type-check & Build (push) Waiting to run
chore: run production servers in background with nohup, add stop/logs targets
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 02:40:33 +03:00

24 lines
299 B
Plaintext

# Environment — never commit real credentials
.env
*.env.local
# Runtime logs and PID files
logs/
# Go
backend/vendor/
backend/coverage.out
backend/coverage.html
# Air (Go hot-reload)
backend/tmp/
# Node / Next.js
frontend/node_modules/
frontend/.next/
frontend/out/
# OS
.DS_Store
Thumbs.db