kui-tour-of-heroes
kui-tour-of-heroes copied to clipboard
remove vscode settings from gitignore cache
This PR removes .vscode folder form this repository
using git rm -r --cached .vscode
.
Fixes an issue where .gitignore
was tracking .vscode
due to previously cached data even though it should be excluded.