Files
streamdeck-go/.gitignore
2026-03-15 10:10:13 -06:00

32 lines
366 B
Plaintext

# Compiled binaries
streamdeck
/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