Run below command to assume a file is not changed (in case you changed it to use a local configuation - e.g. web.config)
git update-index --assume-unchanged <file>
Run below command to undo above assumption
git update-index --no-assume-unchanged <file>