Files
ytplayer/.gitignore
Jonathan Sykes 3afb22b305 document repo map and local dev, add deploy-prod skill
- CLAUDE.md gains a repo map, endpoint list, and local dev setup
  (server serves only ./public — symlink ../frontend once)
- new deploy-prod skill captures the Dokploy deploy + buildTag
  verification flow; track .agents/.claude skills and skills-lock.json
- ignore server/data, test-results, .claude/worktrees
2026-07-11 13:44:57 +08:00

33 lines
520 B
Plaintext
Executable File

# yt-dlp binary is downloaded by scripts/setup-ytdlp.js
bin/yt-dlp
bin/yt-dlp.exe
# zero-native / zig build artifacts
zig-out/
.zig-cache/
zig-cache/
# generated scaffold (regenerate with `zero-native init`)
build.zig
build.zig.zon
src/runner.zig
# tauri / rust build artifacts
src-tauri/target/
src-tauri/gen/
# generated by `npm run tauri icon ./appicon.png`
src-tauri/icons/
# node
node_modules/
# local data
*.tmp
.DS_Store
# runtime/local artifacts
server/data/
test-results/
.claude/worktrees/
server/public