- Add links to u-claw-linux repo in README (both CN and EN sections) - Add Linux x64 to platform support table - Update CLAUDE.md platform status - Move bootable/ to .gitignore (now independent repo) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
718 B
Plaintext
38 lines
718 B
Plaintext
# ── Runtime dependencies (too large for git, download on build) ──
|
|
portable/app/
|
|
portable/data/
|
|
u-claw-app/node_modules/
|
|
u-claw-app/release/
|
|
|
|
# ── Non-dev assets (stored locally, not in repo) ──
|
|
archive/
|
|
reference/
|
|
releases/
|
|
toolkit/
|
|
marketing/
|
|
social-assets/
|
|
|
|
# ── Build cache & temp ──
|
|
.download-cache/
|
|
*.dmg
|
|
*.exe
|
|
*.blockmap
|
|
builder-debug.yml
|
|
|
|
# ── OpenClaw source downloads ──
|
|
openclaw-2026.3.7/
|
|
openclaw-2026.3.7.zip
|
|
|
|
# ── OS files ──
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ── Claude workspace ──
|
|
.claude/
|
|
|
|
# ── u-claw-app runtime binaries (download on build) ──
|
|
u-claw-app/resources/runtime/
|
|
|
|
# ── Bootable USB (moved to separate repo: u-claw-linux) ──
|
|
bootable/
|