We have a Git repo and folks before me in the company mistakenly added a LOT of binary files (PNG, JPGs, JARs, etc) in the repo.
How can I find ALL the binary files recursively and get the total size?
I would want to of course exclude the files in the hidden .git directory tree, and also empty files.
I want to remove ALL the binary files in our Git repo and put them in a central artifact manager like Artifactory or Nexus.