chore: ignore compiled binaries in /bin/
The chat-bot binary is built into ./bin/chat-bot via `go build -o bin/chat-bot ./cmd/chat-bot`. Keep it out of git — never commit build artifacts.
This commit is contained in:
parent
18e555e338
commit
3f3e977953
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
|||
vendor/
|
||||
coverage.out
|
||||
coverage.html
|
||||
/bin/
|
||||
|
||||
# SQLite (RAG index)
|
||||
*.db
|
||||
|
|
|
|||
Loading…
Reference in a new issue