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.

26 lines
187B

  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. # Config with secrets
  20. config.local.yaml