- agent.ps1: Windows one-line install script (irm u-claw.org/agent.ps1 | iex) - agent.sh: macOS/Linux install script (curl -fsSL u-claw.org/agent.sh | bash) - downloads/: agent binaries for Windows, macOS, Linux - vercel.json: add Content-Type headers for binary downloads
51 lines
1.1 KiB
Plaintext
51 lines
1.1 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
|
|
!website/downloads/agent.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
|