Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ docs/superpowers/baselines/**/raw/**
# Agent-generated plans / scratch (not project deliverables)
phase*-plan.md
*-plan.md
# …but project-deliverable plans land under docs/superpowers/plans/ and
# must be trackable. The directory itself needs un-ignoring first because
# the outer `docs/superpowers/*` rule above excludes the dir, and an
# ignored directory's contents cannot be re-included by a later pattern.
!docs/superpowers/plans/
!docs/superpowers/plans/*.md
Loading
Loading