I'm using Git to manage a small game game project using Unreal4. We are using Git LFS but git is now accusing certain files of being changed even when no one altered them. This is causing some conflicts in PRs
This is an example of such a file
It's a .uasset file and the only change that it appears is a deleted line. However I did not change this file (nor did I opened it) and discarding these changes has no effect.
Thanks in advance