tooling: gitignore *.kate-swp + .superpowers/ scratch dir

- *.kate-swp: Kate editor's swap files have a different extension pattern
  than vim's *.swp; without this, kate-swp files like
  docs/reviews/.2026-06-28-slice-1-claude-adversarial-assessment.md.kate-swp
  leak into the working tree.
- .superpowers/: the superpowers companion scratches its visual-brainstorming
  server state (HTML mockups, server.log, server.pid, server-info) under
  .superpowers/brainstorm/ in the project root. The companion explicitly
  advises gitignoring this directory; scratch artifacts are not source.
This commit is contained in:
opencode controller
2026-06-29 20:27:11 -04:00
parent 3b7b0d6459
commit 4b0f53eb2d

4
.gitignore vendored
View File

@@ -15,9 +15,13 @@
# Editor / OS
.DS_Store
*.swp
*.kate-swp
.idea/
.vscode/
# Local worktrees (per using-git-worktrees skill; isolation, not content)
.worktrees/
worktrees/
# visual-brainstorming scratch (superpowers companion)
.superpowers/