chore(workspace): ignore tokensave state and machine-local files
This commit is contained in:
parent
ea6fbf1624
commit
e8585bc852
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -22,8 +22,11 @@ graphify-out/
|
|||
# Serena MCP local tooling state (per-machine project config and cache)
|
||||
.serena/
|
||||
|
||||
# Machine-local agent instructions (personal workflow; not for publication)
|
||||
CLAUDE.local.md
|
||||
# tokensave MCP local tooling state (per-machine code-graph database and config)
|
||||
.tokensave/
|
||||
|
||||
# Machine-local files
|
||||
*.local.*
|
||||
|
||||
# RustRover
|
||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||
|
|
|
|||
Loading…
Reference in a new issue