mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
- Add openhuman-skills submodule pointing to tinyhumansai/openhuman-skills - Remove openhuman-skills from .gitignore so the submodule is tracked - Update skill discovery paths in qjs_engine.rs from skills/skills to openhuman-skills/skills (dev cwd, parent, and bundled resource paths) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
56 lines
636 B
Plaintext
56 lines
636 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
package-lock.json
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
my_docs/*
|
|
|
|
# CI secrets for local testing (contains real tokens)
|
|
scripts/ci-secrets.json
|
|
scripts/ci-secrets.local.json
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
references/
|
|
app/src-tauri/runtime-skill-*
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.kotlin
|
|
.cargo
|
|
|
|
CLAUDE.local.md
|
|
|
|
# Test artifacts
|
|
e2e-results/
|
|
wdio-logs/
|
|
test-results/
|
|
coverage/
|
|
|
|
tauri.key
|
|
tauri.key.pub
|
|
/target/
|
|
src-tauri/target/
|
|
|
|
workflow |