Marketplace-root .gitignore already covers plugins/*/.claude/, but plugin-local coverage is load-bearing for fork-and-own (forks of just the plugin won't carry the marketplace .gitignore).
26 lines
511 B
Text
26 lines
511 B
Text
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local configuration / session files
|
|
*.local.md
|
|
*.local.json
|
|
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
|
|
|
|
# Ultraplan project directories — briefs, research, plans, progress all local.
|
|
.claude/projects/
|