Web-based Winamp controller for CarPC � Go backend, mobile-first UI
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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