Commit a0e12ce
committed
gitignore: drop runtime state from tracking
The previous commit accidentally tracked two daemon-written files:
- `.animus/tasks.db` (SQLite task store, runtime state)
- `crates/orchestrator-cli/.animus/logs/events.jsonl` (daemon event log)
Both removed from tracking via `git rm --cached`. Extending `.gitignore`
to cover the broader v0.4.0 runtime surface:
- `.animus/state/` (daemon-written workflow state)
- `.animus/monitor-log.txt`, `.animus/daemon.log{,.*}` (daemon logs)
- `.animus/tasks.db{,-journal,-wal,-shm}` (SQLite + WAL)
- `.animus/sync.json` (cloud sync credentials, like the existing `.ao/sync.json` rule)
- `.context/` (Codex session continuity, local-only)
- `crates/orchestrator-cli/.animus/` (test-time scoped state)1 parent cc62469 commit a0e12ce
3 files changed
Lines changed: 15 additions & 84 deletions
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
47 | 61 | | |
48 | 62 | | |
49 | 63 | | |
| |||
63 | 77 | | |
64 | 78 | | |
65 | 79 | | |
| 80 | + | |
0 commit comments