kui-tour-of-heroes icon indicating copy to clipboard operation
kui-tour-of-heroes copied to clipboard

remove vscode settings from gitignore cache

Open SebastianEShelby opened this issue 3 years ago • 0 comments

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.

SebastianEShelby avatar Apr 14 '21 06:04 SebastianEShelby