fix: untrack .planning/ files and add .superpowers/ to .gitignore
.planning/ files were committed before the gitignore rule was added. Untracked them so local planning docs stay local. Added .superpowers/ to prevent brainstorming artifacts from being pushed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -44,6 +44,7 @@ infrastructure/helm/values-local.yaml
|
||||
|
||||
# Local-only planning and design docs
|
||||
.planning/
|
||||
.superpowers/
|
||||
docs/superpowers/
|
||||
docs/comparison-*.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user