chore(canary): drop stray /healthcheck binary + ignore cmd build artifacts
go build ./cmd/healthcheck (run for verification, not via the bin/ recipe) drops the binary in the working dir. Untracked previously; landed in the last commit by accident. Gitignore now lists each cmd binary explicitly so the same mistake can't recur for canary, healthcheck, or the two pdf/docx template builders.
This commit is contained in:
parent
10321a9a61
commit
de6ac71954
|
|
@ -24,6 +24,11 @@ backend/coverage.html
|
||||||
backend/.golangci-cache/
|
backend/.golangci-cache/
|
||||||
backend/data/
|
backend/data/
|
||||||
backend/keys/
|
backend/keys/
|
||||||
|
# stray binaries from `go build ./cmd/<name>` run in backend/
|
||||||
|
backend/canary
|
||||||
|
backend/healthcheck
|
||||||
|
backend/buildpdftemplate
|
||||||
|
backend/builddocxtemplate
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Frontend (Node / Vite)
|
# Frontend (Node / Vite)
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue