Web-based Winamp controller for CarPC � Go backend, mobile-first UI
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

36 líneas
389B

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