Add STATUS.md to .gitignore for local project tracking
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 <noreply@anthropic.com>
This commit is contained in:
parent
91514ba589
commit
6c4db28004
|
@ -4,3 +4,6 @@ test.sh
|
|||
nvim
|
||||
|
||||
spell/
|
||||
|
||||
# Project status tracking (local only)
|
||||
STATUS.md
|
||||
|
|
Loading…
Reference in New Issue