From c0bef757c0aaf8958537a24dcfdbd2d7ea5c1ea8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 6 Nov 2025 00:48:12 -0600 Subject: chore: Move .claude folder to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed .claude/ from version control to keep personal Claude Code configuration and custom commands private. The folder remains on disk but is no longer tracked by git. Files removed from tracking: - .claude/commands/wrap-it-up.md (custom command) - .claude/settings.local.json (local settings) The .claude/ folder still exists locally but is now gitignored. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6ba3c9cc..9e2e1959 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ auto-save-list/ # Documentation folder (session notes, personal workflows) /docs/ + +# Claude Code configuration (personal settings, commands) +/.claude/ -- cgit v1.2.3