Skip to content

chore(repo): purge 58 accidentally-committed personal/draft files#246

Merged
mrviduus merged 1 commit into
mainfrom
chore/purge-accidental-commits
May 23, 2026
Merged

chore(repo): purge 58 accidentally-committed personal/draft files#246
mrviduus merged 1 commit into
mainfrom
chore/purge-accidental-commits

Conversation

@mrviduus
Copy link
Copy Markdown
Owner

Summary

In 3e90b5c (PR #245 amend) I used git add -A without a path scope, which swept up 58 files from the working tree that were never meant to be committed: personal resumes, marketing drafts, LibreOffice lock files, scratch .tmp blobs, the v1.0.0 .apk, gemma4 submission package binaries, and the daily marketing routine notes.

Changes

  • git rm --cached for all 58 files. Files stay on disk locally — only removed from the repo index.
  • .gitignore patterns so a future git add -A won't re-add the same set. Literal names where reasonable, glob patterns where the set is open-ended (Vasyl-*, *.tmp, *.apk, *.pyc, __pycache__).

Caveat

Big .apk (96 MB) and the rest are gone from HEAD but stay in git history. A full purge would need git-filter-repo + force-push of main. Deliberately deferred — coordinate with everyone holding clones before doing that.

Rollback

git revert the commit.

🤖 Generated with Claude Code

In 3e90b5c (PR #245 amend) I used `git add -A` without a path scope,
which swept up 58 files from the working tree that were never meant to
be committed: personal resumes, marketing drafts, LibreOffice lock
files, scratch .tmp blobs, the v1.0.0 .apk, gemma4 submission package
binaries, and the daily marketing routine notes.

This change:
  • `git rm --cached` for all 58 files (kept on disk locally, removed
    from the repo).
  • .gitignore patterns so a future `git add -A` won't re-add the
    same set — by literal name where reasonable, by pattern where the
    set is open-ended (Vasyl-*, *.tmp, *.apk, *.pyc, __pycache__).

Big .apk (96 MB) is gone from HEAD but stays in history — a full
purge would need git-filter-repo + force-push of main, deliberately
deferred.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mrviduus mrviduus merged commit d745954 into main May 23, 2026
3 of 5 checks passed
@mrviduus mrviduus deleted the chore/purge-accidental-commits branch May 23, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant