mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
fix: Correct .gitignore to exclude only root-level binaries, not cmd/ directories
- Use /binary-name pattern to exclude only root-level executables - Keep cmd/ directories properly tracked in git - Prevents accidentally committing built binaries while preserving source code
This commit is contained in:
+11
-6
@@ -7,12 +7,17 @@ dist/
|
||||
*.dylib
|
||||
|
||||
# CLI binaries (should be in build/ directory)
|
||||
soundtouch-cli
|
||||
example-mdns
|
||||
example-upnp
|
||||
example-unified
|
||||
mdns-scanner
|
||||
websocket-demo
|
||||
#soundtouch-cli
|
||||
#example-mdns
|
||||
#example-upnp
|
||||
|
||||
# Root-level binary executables (exclude built binaries in root)
|
||||
/soundtouch-cli
|
||||
/example-mdns
|
||||
/example-upnp
|
||||
/example-unified
|
||||
/mdns-scanner
|
||||
/websocket-demo
|
||||
|
||||
# Environment configuration
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user