Borg/.gitignore
Snider c992c5407b fix(ci): fix missing demo-track.smsg build failure
- Created `pkg/player/frontend/demo-track.smsg` as a placeholder file.
- Updated `.gitignore` to explicitly allow this placeholder file, ensuring it is tracked by git and present during CI builds.
- This resolves the `no matching files found` error from `go:embed` in `pkg/player/assets.go`.
2026-02-02 02:02:06 +00:00

15 lines
187 B
Text

borg
*.cube
.task
*.datanode
.idea
coverage.txt
# Demo content (hosted on CDN)
demo-track.smsg
!pkg/player/frontend/demo-track.smsg
# Dev artifacts
.playwright-mcp/
node_modules/
*.log