mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
- Excluded local SQLite binary data from version control. - Staged core Phase 1 files: active_intents.yaml and tmd.py. - Maintaining L5 Physical Layer integrity without repo bloat.
69 lines
No EOL
809 B
Text
69 lines
No EOL
809 B
Text
.pnpm-store
|
|
dist
|
|
out
|
|
out-*
|
|
node_modules
|
|
package-lock.json
|
|
coverage/
|
|
mock/
|
|
|
|
.DS_Store
|
|
|
|
# IDEs
|
|
.idea
|
|
|
|
# Builds
|
|
bin/
|
|
*.vsix
|
|
|
|
# Local prompts and rules
|
|
/local-prompts
|
|
AGENTS.local.md
|
|
|
|
# Test environment
|
|
.test_env
|
|
.vscode-test/
|
|
.venv/
|
|
# Docs
|
|
docs/_site/
|
|
|
|
# Dotenv
|
|
.env
|
|
.env.*
|
|
!.env.*.sample
|
|
|
|
# Logging
|
|
logs
|
|
*.log
|
|
|
|
# Vite development
|
|
.vite-port
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# IntelliJ and Qodo plugin folders
|
|
.idea/
|
|
.qodo/
|
|
.vercel
|
|
.roo/mcp.json
|
|
|
|
# Qdrant
|
|
qdrant_storage/
|
|
|
|
# Architect plans
|
|
plans/
|
|
|
|
roo-cli-*.tar.gz*
|
|
|
|
|
|
# VS Code MCP analytics file — do not commit
|
|
.vscode/mcp.json
|
|
|
|
# --- Orchestration Sidecar (Phase 1) ---
|
|
# We commit the .yaml spec and .py hooks, but NEVER the local data
|
|
.orchestration/*.db
|
|
.orchestration/*.db-journal
|
|
.orchestration/*.db-wal
|
|
.orchestration/zvec_store/
|
|
.orchestration/agent_trace.jsonl |