git not good for binary blobs; what do people do?
git not good for binary blobs; what do people do?
I need to start a project in the cloud for collaboration. Normally gitea would be the answer. But there are some binary blobs, like images (logos, icons, etc).
I think most ppl just say “fuck it, I will put these binary objects that do not need version control under version control, just to get them in the same place”.
Is there a smarter approach?