Open
Description
Problem:
The binary file pandoc-3.3-1-amd64.deb
(>30 MB) was accidentally committed, bloating the repository and slowing down clones.
Solution:
- Purge from history with
git filter-repo
or BFG. - Add to
.gitignore
to prevent re-adding.
Why?
- Keeps repo lightweight
- Faster for contributors with slow connections
Thanks for considering this cleanup!