We have a situation where were are using git to stash myriad scans (images) and do not wish to preserve them on the local machine once set on up; however, git is seeing each loc
Just add images to gitignore. You do not need to store them in repo, right?