So i accidently pushed the ".vscode" folder to the github repository. I want it to be deleted from github.
I made a gitignore file and added the name ".vscode" in it so that it won't be tracked and i also tried delteing it using the git rm .vscode --cached
command and it says fatal: not removing '.vscode' recursively without -r
Now i do not understand what it says. My question is simply how do i delete the .vscode folder from my github repository. I tried searching on internet but could not find anything.