Hello, I am using git on a project, that generates lots of data-files (simulation-results). I am "forced" to version and track all those results in the same repository. (This is a hard requirement and can not be changed)
However I don't need them. We have about 50 MB for the project and 5 GB results in the repository.
Is it feasible for me to create a branch, delete all the results, check this branch out and only work on that branch?
How hard would it be (what would I have to do), to push my local changes back into the fat branch?
Is there a better solution to get rid of those 5 GB for my work?