chore: untrack analyze.md (keep on disk, project-local working notes)#15
Merged
Conversation
analyze.md is a session-scoped working-notes file (~240 KB of audit/plan material) that does not belong in the public SDK repo. Remove from version control but keep on disk for the author's reference. - git rm --cached analyze.md: drop from index, file stays on disk - add analyze.md to .gitignore so it isn't accidentally re-added - drop the self-referential '.gitignore' entry from .gitignore so future edits don't need 'git add -f'
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.
analyze.md is a session-scoped working-notes file (~240 KB of audit/plan material) that does not belong in the public SDK repo.
git rm --cached analyze.mddrops it from the index; the file stays on disk for the author's reference.analyze.mdto.gitignoreso it isn't accidentally re-added later..gitignoreentry from.gitignoreso future edits don't needgit add -f.Why a PR and not direct push: master is branch-protected (
Changes must be made through a pull request).Files: -2431/+69.