chore(gitignore): Wormhole mirror paths + .venv-checkjson
Ignore third-party/wormhole-ai-docs blobs; keep README and manifest.json trackable. Made-with: Cursor
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -51,6 +51,7 @@ out/
|
||||
|
||||
# Python
|
||||
venv/
|
||||
.venv-checkjson/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
@@ -63,6 +64,11 @@ docs/04-configuration/coingecko/logos/*.png
|
||||
# DBIS Phase 1 discovery — timestamped reports (run scripts/verify/run-phase1-discovery.sh)
|
||||
reports/phase1-discovery/phase1-discovery-*.md
|
||||
|
||||
# Wormhole AI docs mirror (sync with scripts/doc/sync-wormhole-ai-resources.sh; keep manifest.json committable)
|
||||
third-party/wormhole-ai-docs/**
|
||||
!third-party/wormhole-ai-docs/README.md
|
||||
!third-party/wormhole-ai-docs/manifest.json
|
||||
|
||||
# OMNL operator rail (env-specific IDs, reconciliation, audit packets, posted refs)
|
||||
ids.env
|
||||
reconciliation/
|
||||
|
||||
Reference in New Issue
Block a user