Fix .gitignore: /chatd not chatd (was ignoring cmd/chatd/ dir)

The bare 'chatd' pattern matched the cmd/chatd/ directory,
preventing main.go from being tracked. Use /chatd to only
match the binary at the repo root.
This commit is contained in:
clawbot
2026-02-09 12:35:24 -08:00
parent e6621ef7c6
commit 18e7218d9e
2 changed files with 43 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
chatd
/chatd
/bin/
data.db
.env
*.exe