From 13e5c4fc0ad40edaaa8a06f64aadceb0d8d74562 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sat, 7 Mar 2026 23:48:57 +0100 Subject: [PATCH] chore(gitignore): ignore .claude directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1dcd2820..02c1452d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ node_modules/ .mongodb/ .npm/ .sh_history -.ssh/ \ No newline at end of file +.ssh/ +.claude/ \ No newline at end of file