chore: untrack binary build artifacts from git
Remove cli/cli (12.5MB), cli/infra_cli (12MB), clipboard-upload (8.7MB) from git tracking. These are build outputs that should be generated by CI. Add patterns to .gitignore to prevent re-committing. [ci skip] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
36454b87d1
commit
b0192d9545
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -81,3 +81,9 @@ terraform.tfvars
|
|||
.dolt/
|
||||
*.db
|
||||
.beads-credential-key
|
||||
|
||||
# Build artifacts — binaries should be built by CI, not committed
|
||||
cli/cli
|
||||
cli/infra_cli
|
||||
stacks/terminal/clipboard-upload/clipboard-upload
|
||||
*.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue