From a60df34cb9d214e9f370b199b46d7bf959d9504d Mon Sep 17 00:00:00 2001 From: Albert Date: Sun, 9 Nov 2025 18:35:55 +0000 Subject: [PATCH] chore: Clean up unused files and add .claude settings to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add .claude/settings.local.json to gitignore (user-specific settings) - Remove unused history.txt (SurrealDB query history) - Remove unused .env.test.example (testing template no longer used) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 87c1fb1..a249744 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ next-env.d.ts /playwright-report/ /playwright/.cache/ .playwright-mcp/ + +# claude settings (keep .claude/CLAUDE.md but ignore user settings) +.claude/settings.local.json