Web-based Winamp controller for CarPC � Go backend, mobile-first UI
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

37 wiersze
396B

  1. # Binaries
  2. roadamp
  3. roadamp.exe
  4. *.exe
  5. *.exe~
  6. # Build output
  7. dist/
  8. bin/
  9. # Go
  10. *.test
  11. *.out
  12. vendor/
  13. # IDE
  14. .idea/
  15. .vscode/
  16. *.swp
  17. # OS
  18. .DS_Store
  19. Thumbs.db
  20. # Dev config (has local paths — use config.yaml.example as template)
  21. config.yaml
  22. # Config with secrets
  23. config.local.yaml
  24. # Portable Winamp (extracted locally for dev — not committed)
  25. winamp/
  26. # Runtime data files
  27. killist.dat
  28. resume.dat