Skip to content

Commit 49a6bfa

Browse files
cinarclaude
andcommitted
Anchor the indicator-cli .gitignore entry to the repo root
Unanchored, it also matched cmd/indicator-cli/ (any path segment named indicator-cli, not just the build output at the repo root), which silently offered to skip the source directory on git add. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 6b1a575 commit 49a6bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
bin
1111
indicator-backtest
1212
indicator-sync
13-
indicator-cli
13+
/indicator-cli
1414
/mcp/mcp
1515

1616
# Test binary, built with `go test -c`

0 commit comments

Comments
 (0)