fix: add cmd/streamdeck-lets-go, anchor .gitignore to root
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.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
streamdeck-lets-go
|
||||
/streamdeck-lets-go
|
||||
*.test
|
||||
*.out
|
||||
*.exe
|
||||
|
||||
Reference in New Issue
Block a user