I am working on a visual studio c# project where we have references to several dlls. But we do not want to include the dlls in the github repository. This is because everyone who works on the project already have all the dlls in a directory on their computer, but that directory is different for everyone. So is there any way to have git not sync the assembly references while still syncing the rest of the .csproj file?
I tried to use git filters but I couldn't get them to work.