Commit 6fd059a
chore: remove accidentally-tracked runtime artifacts in impl/rust-cli/ (#75)
Two files slipped into the tree via #73 (cargo fmt sweep agent) when a
prior `vsh` test session left runtime state behind that `git add -A`
captured:
- `impl/rust-cli/$FILE` (5 bytes, literal "test\n") — the result of
an unescaped `> $FILE` shell redirection
- `impl/rust-cli/.vsh_state.json` (414 bytes) — the vsh transaction
history from that test session
Add `.vsh_state.json` and `$FILE` to root `.gitignore` so this can't
recur.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f2d156f commit 6fd059a
3 files changed
Lines changed: 5 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
This file was deleted.
This file was deleted.
0 commit comments