We have a file in git that we never want to change. This file has default values that the product ships with. However when we run a build process locally, this file gets changed.
So naturally this file gets checked in all the time as people forget and commit it.
And yes, I know this is dumb - but it's difficult to change this behavior (don't ask)....
Is there a way to mark this file at a repo level so that it never shows as changed in git status? It's fine if the version in the repo gets checked out and the local copy is overwritten.
thoguhts?
thanks