Files
streamdeck-go/.gitignore
Levi Woodard 9b375cfba2 Ignore streamdeck-init build artifact
The init TUI binary was accidentally tracked. Add it to .gitignore
and remove from the index so rebuilds don't show up as modifications.
2026-04-18 12:08:39 -06:00

36 lines
428 B
Plaintext

# Compiled binaries
/streamdeck
/streamdeck-go
/streamdeck-helper
/streamdeck-init
/bin/
*.exe
# Build output
dist/
# Go tool cache
vendor/
# Test artifacts
*.test
*.out
coverage.html
# Icons — keep the folder but not personal icon files
icons/*
!icons/.gitkeep
# Personal config (dotfile-style — user maintains their own)
config.yaml
# OS / editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~
.claude
CLAUDE.md