effe6675bc
Tests · Go / test (push) Successful in 32s
- go.work (Go 1.26.3) with backend module; deps added incrementally (gin+zap only) - backend: /healthz + /readyz, env config, graceful shutdown - docs: ARCHITECTURE, FUNCTIONAL (+ru mirror), TESTING - PLAN.md (stage tracker + per-stage open details) and CLAUDE.md (per-stage workflow) - .gitea go-unit CI (gofmt/vet/build/test)
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
# Build artifacts
|
|
/bin/
|
|
/dist/
|
|
|
|
# Per-developer Claude Code overrides; shared defaults live in settings.json
|
|
.claude/settings.local.json
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# Local, unstaged env overrides
|
|
**/.env.local
|
|
**/.env.*.local
|