Skip to content

chore: untrack personal/scratch files + gitignore (#207)#226

Open
mbachaud wants to merge 1 commit into
masterfrom
chore/untrack-scratch-files
Open

chore: untrack personal/scratch files + gitignore (#207)#226
mbachaud wants to merge 1 commit into
masterfrom
chore/untrack-scratch-files

Conversation

@mbachaud

Copy link
Copy Markdown
Owner

What

Untracks personal/scratch files that should never have been committed (#207) and gitignores them.

Removed from tracking:

  • .obsidian/ ? personal Obsidian vault config
  • overnight_logs/ ? ~1.3 MB of run logs
  • scripts/.ingest_progress ? 1,847 lines of absolute workstation paths (privacy)

Note on history

This stops future tracking. The files (incl. the private paths in .ingest_progress) remain in git history ? a full scrub needs git-filter-repo + a force-push, which rewrites history and breaks existing clones/forks. Left as a separate, opt-in step.

Remove .obsidian/ (personal Obsidian vault), overnight_logs/ (1.3MB of run
logs), and scripts/.ingest_progress (1,847 lines of absolute workstation paths)
from tracking and gitignore them. .ingest_progress in particular is a privacy
leak. NOTE: this stops FUTURE tracking; the paths remain in git history --
scrubbing history requires git-filter-repo + a force-push (separate, opt-in).
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