From bca209844827c5f6edfbb5fe94de758fe6aa2b5c Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 4 Jun 2026 17:58:48 +0200 Subject: [PATCH] Ignore the local Claude Code session directory --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae4702714..8aa980ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ ILSpy.Installer/wix/ /ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs **/.vscode/ DecompilerTests.config.json -*.trx \ No newline at end of file +*.trx +# Claude Code local session/skills directory +/.claude/ \ No newline at end of file