Skip to content

Commit 2756ebc

Browse files
committed
chore(gitignore): ignore docs/superpowers/
Local agent-generated design specs land under ``docs/superpowers/`` and shouldn't slip into PRs by default. ``git add`` will now refuse new paths there without ``--force``. The three already-tracked specs in that tree stay tracked (``.gitignore`` only filters untracked paths).
1 parent 281dccf commit 2756ebc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,8 @@ lg_*
140140

141141
# One-off local operator helper, never tracked.
142142
/setup-direct-mode.sh
143+
144+
# Local superpowers/agent-generated design specs — keep out of PRs by
145+
# default. Already-tracked files in this tree continue to be tracked
146+
# (.gitignore only filters untracked paths).
147+
docs/superpowers/

0 commit comments

Comments
 (0)