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:
Kjell Tore Guttormsen 2026-04-08 13:00:36 +02:00
commit fd5f393a31
3 changed files with 8 additions and 472 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# Session state files (local only, not tracked)
REMEMBER.md
TODO.md
ROADMAP.md
# OS files
.DS_Store
Thumbs.db