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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
chatd
|
||||
/chatd
|
||||
/bin/
|
||||
data.db
|
||||
.env
|
||||
*.exe
|
||||
|
||||
Reference in New Issue
Block a user