Remove a cached GIT file/folder that keeps popping back up when doing any GIT activities.
There was a problem with .vscode/settings.json that kept creeping back when committing work.
git rm --cached .vscode/settings.json rm '.vscode/settings.json'