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.
13 lines
82 B
Plaintext
13 lines
82 B
Plaintext
/chatd
|
|
/bin/
|
|
data.db
|
|
.env
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
vendor/
|
|
debug.log
|