From 32127696447486069e3124780d7830a6842200b4 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Wed, 24 Jun 2026 10:41:26 +0800 Subject: [PATCH] Ignore .claude local config directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c0804a9..3be9842 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ yarn-error.log* next-env.d.ts # .gitignore -CLAUDE.local.md \ No newline at end of file +CLAUDE.local.md +.claude/ \ No newline at end of file