Web-based Winamp controller for CarPC � Go backend, mobile-first UI
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

37 行
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