The .gitignore pattern 'streamdeck-lets-go' matched the cmd/ directory name, silently preventing the entrypoint from being tracked since the restructure. Anchoring to '/streamdeck-lets-go' fixes this while still ignoring the build binary at repo root.
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
/streamdeck-lets-go
|
|
*.test
|
|
*.out
|
|
*.exe
|
|
/images/
|
|
PLAN.md
|