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
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,3 +4,6 @@ test.sh
|
|||
nvim
|
||||
|
||||
spell/
|
||||
|
||||
# Project status tracking (local only)
|
||||
STATUS.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue