From 6c4db280044bd043a39aafeea5445b418679f26e Mon Sep 17 00:00:00 2001 From: dlond Date: Sat, 26 Jul 2025 17:30:40 +1200 Subject: [PATCH] Add STATUS.md to .gitignore for local project tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit STATUS.md will track project state and next actions locally without cluttering the repository history. 🤖 Generated with Claude Code (claude.ai/code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8a192cab..13c35962 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ test.sh nvim spell/ + +# Project status tracking (local only) +STATUS.md