- Reorganize project: clean structure (portable/ u-claw-app/ usb-scripts/ website/) - Move docs into website/, rename uclaw-scripts to usb-scripts - Add u-claw-app/ Electron desktop source code - Add portable/setup.sh: one-command dev environment setup - Add portable/SkillHub.html: skill marketplace page - Update README: dev guide, contribution workflow, project structure - Update .gitignore: exclude runtime binaries and build artifacts - Expand China install guide: npm mirrors, detailed onboard wizard
35 lines
639 B
Plaintext
35 lines
639 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/
|