feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# npm dependencies — reinstall with npm install
|
||||
node_modules/
|
||||
agent/npm/
|
||||
|
||||
# runtime / cache
|
||||
agent/sessions/
|
||||
agent/bin/
|
||||
agent/git/
|
||||
agent/taskplane/
|
||||
agent/mcp-cache.json
|
||||
agent/mcp-npx-cache.json
|
||||
agent/run-history.jsonl
|
||||
|
||||
# nested git repos inside skills
|
||||
**/.git/
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user