- 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`.
15 lines
187 B
Text
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
|