Skip to content

Commit d82ad5c

Browse files
richiejpclaude
andcommitted
chore: gitignore root-level cloud-proxy + local-store build artifacts
`go build ./...` (and other multi-package builds that include backend/go/cloud-proxy or backend/go/local-store) writes a binary named after the package directory into the working directory. Add both names to the existing root-binary ignore block so the working tree stays clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c5fe19d commit d82ad5c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ go-bert
2626
LocalAI
2727
/local-ai
2828
/local-ai-launcher
29+
# Root-level build artifacts when running `go build ./...` against
30+
# Go backend packages whose main lives under backend/go/.
31+
/cloud-proxy
32+
/local-store
2933
# prevent above rules from omitting the helm chart
3034
!charts/*
3135
# prevent above rules from omitting the api/localai folder

0 commit comments

Comments
 (0)