chore: add root .gitignore, untrack session state files
REMEMBER.md, TODO.md, and ROADMAP.md are local session state files that should not be tracked in git. Untrack the two previously committed ROADMAP.md files (linkedin, ultraplan) and add root .gitignore to prevent future tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e453ad3602
commit
fd5f393a31
3 changed files with 8 additions and 472 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Session state files (local only, not tracked)
|
||||
REMEMBER.md
|
||||
TODO.md
|
||||
ROADMAP.md
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue