chore: untrack docs/superpowers - #57
Merged
Merged
Conversation
.gitignore has covered docs/superpowers/ since line 179, but gitignore has no effect on files git is already tracking, so eight of them stayed in the tree and kept showing up on GitHub. This removes them from the index and leaves them on disk, after which the existing rule keeps new ones out on its own. Nothing is deleted from a working copy. The files remain in history; this stops them being carried forward.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Conventional Commits ValidationPR Title: valid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/superpowers/has been in.gitignoresince line 179, but eight files were already tracked when that rule landed, and gitignore has no effect on files git is already tracking. They stayed in the tree and kept appearing on GitHub.This removes them from the index. They stay on disk, so nobody's working copy loses anything, and from here the existing rule keeps new ones out without anyone having to remember.
chore/drop-superpowers-artifacts(#51) removed the workflow artifacts earlier but not these.Two notes. The files remain in git history; this stops them being carried forward but does not scrub the past, which would need a history rewrite and force-push that nobody has asked for. And neither open PR (#55, #56) adds anything under this path, so they merge cleanly either before or after this one.
🤖 Generated with Claude Code