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 MCP local tooling state (per-machine project config and cache)
|
||||||
.serena/
|
.serena/
|
||||||
|
|
||||||
# Machine-local agent instructions (personal workflow; not for publication)
|
# tokensave MCP local tooling state (per-machine code-graph database and config)
|
||||||
CLAUDE.local.md
|
.tokensave/
|
||||||
|
|
||||||
|
# Machine-local files
|
||||||
|
*.local.*
|
||||||
|
|
||||||
# RustRover
|
# RustRover
|
||||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue