From 9bda7f18f464abdd8f9aecdcc9f748a9181723fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:56:43 +0200 Subject: [PATCH] chore: gitignore .serena memory store The Serena MCP memory store under .serena/ holds local operational notes that can contain infrastructure credentials. It was untracked but not ignored, so a stray 'git add' could commit secrets. Ignore it. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0dfdb41..44f1ef3d 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,6 @@ tmp_*.txt *scratch* .dirac-symbol-index* .dirac/* -.ailiance-agent/ \ No newline at end of file +.ailiance-agent/ +# Serena MCP memory store — local notes, may hold infra credentials. Never commit. +.serena/ \ No newline at end of file