Files
u-claw/.gitignore
dongsheng123132 025bb62a5b feat(usb-release): 统一发布版,Mac + Windows 跨平台支持
基于 Pro 精简结构,去掉 app/ 中间层,core/runtime/data/ 直接在根目录。
- Mac: 启动 U-Claw.command + 重新配置.command(含 Config GUI 首次配置)
- Windows: Windows-Start.bat + Windows-Menu.bat(15 项功能菜单)
- setup.sh: --all-platforms 三平台 runtime, --with-toolkit 下载安装包
- 10 个中国优化技能 (skills/)
- toolkit/ 放 Node.js pkg/msi 供离线装机
2026-03-19 21:05:45 +08:00

50 lines
1.0 KiB
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 build artifacts (scripts are tracked, downloads are not) ──
bootable/.download-cache/
# ── Install module cache ──
install/.download-cache/
# ── USB release (runtime + data downloaded on build) ──
usb-release/runtime/
usb-release/core/node_modules/
usb-release/data/
usb-release/toolkit/*.pkg
usb-release/toolkit/*.msi
usb-release/toolkit/*.tar.gz
usb-release/toolkit/*.zip