Commit 72368e8
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 997c9ee commit 72368e8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
0 commit comments