Skip to content

Commit e8a2dbd

Browse files
authored
chore: ignore local docs/superpowers planning docs (#4395)
Adds a gitignore rule for `**/docs/superpowers/` so locally-generated planning and design scratch docs under that path aren't committed; preventive only, no-op for existing tree.
1 parent 269470f commit e8a2dbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ ailogger-output.log
7979

8080
# local git worktree checkouts (not source) — keeps oxfmt/oxlint from descending into them
8181
.worktrees/
82+
83+
# local planning/design docs, not committed
84+
**/docs/superpowers/

0 commit comments

Comments
 (0)