The future of large files in Git is Git - Tyler Cipriani
I’ve so far managed to avoid having to deal with Git LFS so I’m excited to see that the Git team is working on a better solution.
In the mean time I’ll have to try the tip that Tyler gives with git partial clone:
git clone --filter='blobs:size=100k' <repo>