Files
gitea-heatmap-sidecar/.gitignore
T
didericis 944086539e Clarify local binary name vs Dockerfile binary name
go build ./... names the binary after the module (gitea-heatmap-sidecar)
while the Dockerfile uses -o /heatmap. Fix .gitignore to match the local
name and add notes in both files explaining the discrepancy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 15:29:28 -04:00

12 lines
230 B
Plaintext

# Local binary: go build ./... derives the name from the module name.
# The Dockerfile overrides this with -o /heatmap; that name stays in the image.
/gitea-heatmap-sidecar
/dist/
*.test
*.out
.env
.envrc
.direnv/
result
result-*