I am trying to figure out a way to keep a file in a repository and just not track future changes to it.
Gitignore not working and https://git-scm.com/docs/gitignore lead me to believe that this is not possible, because the file is in the repository. Thus my question is, is there a way to ignore future changes to a file that we need, but just want to keep individuals from unintentionally editing it?