From c97fcf08b2ef266b29aa9a8fbee94f27ff405e4b Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 29 May 2025 19:59:38 +0900 Subject: [PATCH] chore: add Claude Code local files to gitignore (#1179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add CLAUDE.local.md and settings.local.json to gitignore to prevent committing Claude Code local configuration files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e2eeaf8..632cb9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,8 @@ yarn-error.log # for debug or playing sandbox -*.log \ No newline at end of file +*.log + +# Claude Code local files +CLAUDE.local.md +settings.local.json \ No newline at end of file