I am working on a project which has several directories. One of them is massive (I'm talking tens of GB) and of no use to me. It is updated fairly regularly, so my pulls normally take a long time because of this, and it's quickly eating up my disk space.
I want my local copy of the git repository to not include that directory, and have my git pull
commands ignore the directory, while keeping the repository the same for everyone else. The idea is to save time when pulling and save disk space.
Having the team using that directory move it to an independent repository has already been tried and it is not possible.