chore(workspace): gitignore serena mcp tooling state

This commit is contained in:
Serkyo 2026-06-27 23:01:58 +02:00
parent f7a17c022d
commit 3787be97c4

3
.gitignore vendored
View file

@ -19,6 +19,9 @@ rustc-ice-*.txt
# Derived knowledge-graph artifacts generated by graphify # Derived knowledge-graph artifacts generated by graphify
graphify-out/ graphify-out/
# Serena MCP local tooling state (per-machine project config and cache)
.serena/
# 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
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore