Files
sproutclaw-data/.gitignore
shumengya 3a1404f87a feat: 添加 agent/sessions 会话记录备份
数据备份仓库应包含完整会话历史,便于恢复对话上下文。
2026-06-26 15:52:31 +08:00

20 lines
285 B
Plaintext

# npm dependencies — reinstall with npm install
node_modules/
agent/npm/
# runtime / cache
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
*~