Skip to content

Commit 615d6aa

Browse files
ceritiumclaude
andcommitted
Remove compiled binary from version control and add to gitignore
The stacktodate-cli binary should not be committed to git as it: - Creates unnecessary repository bloat (12MB+) - Is platform-specific and won't work across different OS/architectures - Should be built from source instead - Makes it harder to track meaningful code changes Users should build the binary from source using: go build -o stacktodate-cli 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent d8edf87 commit 615d6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ build/
3232

3333
# Application binary
3434
stacktodate
35+
stacktodate-cli
3536

3637
# Claude Code
3738
.claude/

0 commit comments

Comments
 (0)