These were committed in b37b938 by mistake — KTG's convention is that
planning docs in plugins/ultraplan-local/docs/ are local working files
and never pushed to the public marketplace.
- git rm --cached on both files (kept on disk, just untracked)
- .gitignore extended with explicit entries for the two filenames
Existing tracked docs in plugins/ultraplan-local/docs/ predate this rule
and are left alone (separate decision).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
22 lines
398 B
Text
22 lines
398 B
Text
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local configuration / session files
|
|
*.local.md
|
|
REMEMBER.md
|
|
TODO.md
|
|
ROADMAP.md
|
|
|
|
# Local planning docs (briefs, design notes, observations) — never committed.
|
|
# Existing tracked files in docs/ predate this rule; new planning docs stay local.
|
|
docs/ultracontinue-brief.md
|
|
docs/ultracontinue-design-notes.md
|