duaneleem of LeemTek
7/29/2017 - 4:56 PM

Remove a cached GIT file/folder that keeps popping back up when doing any GIT activities. There was a problem with .vscode/settings.json th

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'