From 0ac67bbfe8e0568d25ee3df233e2272ba936ce03 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Wed, 10 Jun 2026 18:18:31 +0800 Subject: [PATCH] Add CLAUDE.local.md to .gitignore Local deployment notes file, not tracked in version control. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5ef6a52..c0804a9 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# .gitignore +CLAUDE.local.md \ No newline at end of file