I work with a repo that includes a .vscode folder with a settings.json file:
repo .vscode settings.json
I like to change this settings.json file but do not want to check my changes in. Also I do not want to consider git my working directory to be changed. I added the file to .git/info/exclude but the file still shows up as modified.
I believe that the exclude file works only for files that are not in the repo.
Is it possible that I "override" a file that is in the repo with my own version, such that it does not show up as modified?