Hi so I created new repository from pycharm but didn't add gitignore at first so it also uploaded .idea folder. I tried to delete it from github by creating new text file and placing git command there:
git rm --cached .idea
However the .idea folder is still in the repository. How can I delete it?