9657aaa523
- Dockerfile: updated to serve mode with web/ embed, expose 8080 - docker-compose.yml: new, maps :8080 and output volume - Makefile: added serve, akaiutil, electron-* targets - mise.toml: new, go 1.26 + node 22, all build/run tasks - .gitignore: exclude built akaiutil binary
30 lines
274 B
Plaintext
30 lines
274 B
Plaintext
# Binaries
|
|
fetch
|
|
akai-fetch
|
|
akai-fetch-bin
|
|
*.exe
|
|
|
|
# Original akaiutil source (vendored copy in third_party/)
|
|
akaiutil-4.6.7/
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.obj
|
|
third_party/akaiutil/akaiutil
|
|
|
|
# Data
|
|
*.iso
|
|
output/
|
|
wavs
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp
|
|
/tmp/
|