I have a file with app configuration. I want to add this file to the repo so everyone could have basic configuration but ignore any changes in file if someone will want to modify configuration.
I know about assume-unchanged
but it looks like it is only for local repo, when somebody will clone the repo and change this file git will mark it as modified.
Thanks.