Files
Michael Ramos d749c55c02 chore: scrub personal paths and untrack local-only artifacts
- Anonymize the real project paths and ticket prefix in session-log
  test fixtures (slug expectations updated to match).
- Untrack scripts/convert-themes.ts: a one-shot migration script
  hardcoding a path into an unrelated private project; its output in
  packages/ui/themes/ is already committed.
- Delete the three unreferenced sprite_package_*/index.html preview
  pages, which also shipped in the @plannotator/ui npm tarball via the
  wholesale directory entries in files.
2026-09-03 13:48:05 -07:00

107 lines
2.6 KiB
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
.astro
*.local
# npm pack output
*.tgz
# VS Code extension package
*.vsix
# OpenCode plugin build artifacts (generated from hook/review dist)
apps/opencode-plugin/plannotator.html
apps/opencode-plugin/review-editor.html
# The knowledge skill shipped in the npm package. Copied verbatim at build time
# from apps/skills/core/plannotator; never committed, so it cannot drift.
apps/opencode-plugin/skills/
# Pi extension build artifacts (generated from hook/review dist + shared packages)
apps/pi-extension/plannotator.html
apps/pi-extension/review-editor.html
# Same knowledge skill, vendored by vendor.sh for the Pi manifest's pi.skills.
apps/pi-extension/skills/
apps/pi-extension/storage.ts
apps/pi-extension/draft.ts
apps/pi-extension/project.ts
apps/pi-extension/feedback-templates.ts
apps/pi-extension/review-core.ts
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
# Claude Code session-local runtime state (lock files, scheduled-task state).
# Machine-specific; never belongs in the repo.
.claude/
.playwright-cli/
.serena/
*.ntvs*
*.njsproj
*.sln
*.sw?
opencode.json
plannotator-local
# Local research/reference docs (not for repo)
/reference/
/Plannotator Waitlist Signup/
# Local goal setup packages generated by the setup-goal skill.
/goals/
*.bun-build
# Local/CI security scanner reports are generated artifacts.
security-results/
# Local meta notes (not upstream)
/meta/
# Local Pi state/memory (not upstream)
/.pi/
# @plannotator/ui CSS build artifacts (generated by prepack — not committed)
packages/ui/styles.css
packages/ui/styles.js
# HTML viewer bridge assets, generated at prepack from bridge-script.ts
packages/ui/components/html-viewer/bridge-script.asset.js
packages/ui/components/html-viewer/bridge-script.lite.ts
.wrangler/
# Local working notes at the repo root (untracked by design — never commit).
# Guard added after 548dad1f swept these into main with a blanket add.
/DESIGN_*
/RELEASE_NOTES_*
/HANDOFF_*
/MANUAL_QA_*
/ONBOARDING_*
/TPM_*
/BENCH_*
/adr/0003-example-architecture-decision.md
/adr/research/RESEARCH-*
/docs/mintlify-*
/scripts/version-matrix/
/scripts/local-smoke-test.sh
/scripts/plannotator-inventory.sh
/undefined/
/*.jpeg
/*.png
/guided-review-portable-html-export.html
/portable-guided-review-html-export.html
/portable-html-export-for-guided-review.html
/adr/research/SPIKE-bundle-build-and-serve-architecture-20260619-154926.md
/adr/research/SPIKE-bundle-optimization-theories-20260619-154926.md
/adr/research/SPIKE-local-app-annotation-20260810.md
/scripts/convert-themes.ts