Skip to content

chore: gitignore root-level controller build binary#13

Merged
sethpjohnson merged 1 commit into
mainfrom
claude/gitignore-root-controller
Jul 18, 2026
Merged

chore: gitignore root-level controller build binary#13
sethpjohnson merged 1 commit into
mainfrom
claude/gitignore-root-controller

Conversation

@sethpjohnson

Copy link
Copy Markdown
Owner

go build ./cmd/controller run from the repo root produces ./controller, which the existing .gitignore didn't cover (it lists /only-fan-controller and /cmd/controller/controller, but not /controller). Adds /controller so the stray build artifact stops showing up as untracked.

🤖 Generated with Claude Code

go build ./cmd/controller from the repo root drops the binary as ./controller,
which was not covered by the existing /cmd/controller/controller rule.

Co-Authored-By: Claude <noreply@anthropic.com>
@sethpjohnson
sethpjohnson merged commit 9b34a61 into main Jul 18, 2026
2 checks passed
@sethpjohnson
sethpjohnson deleted the claude/gitignore-root-controller branch July 18, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant