mirror of
https://github.com/hotwa/luci-app-openclaw.git
synced 2026-04-01 13:49:51 +00:00
- 更新 OC_TESTED_VERSION 到 2026.3.28 - 磁盘空间要求从 1.5GB 提升到 2GB (包体积约 200MB) - 新增 Mistral AI 配置支持 (mistral-large/medium/small, codestral) - 新增百度千帆配置支持 (ernie-4.0/3.5/speed) - 更新 .gitignore 排除 .claude/ 本地设置目录
27 lines
287 B
Plaintext
27 lines
287 B
Plaintext
# Node
|
|
node_modules/
|
|
*.tgz
|
|
|
|
# Build artifacts
|
|
dist/
|
|
*.ipk
|
|
*.run
|
|
|
|
# Offline bundle cache (generated by scripts/download_deps.sh)
|
|
|
|
# Runtime data (contains sensitive API keys / tokens)
|
|
opt/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code local settings
|
|
.claude/
|