Hello,
We have a file that we need to be tracked in our Git repository. Most users need to be using this file as normal: committing changes to it, pushing, pulling, etc…
We have one user for whom this file causes various computer issues, and never uses this file regardless. We want this user's repo to "skip" dealing with this file altogether.
Whatever's in there now is OK to stay, but new changes to it shouldn't be fetched.
I tried removing the cached version and setting it to ignore, but changes to locally-ignored files still get fetched and merged.
Does anybody know how to accomplish this?
Thanks so much!
-Matt