I have added a folder (which was previously synchronized) to my .gitignore file.
Fine. Now when I make a git add -A, git commit -m "ok", git push, I still see this folder in my distant rep.
I'd like that folder to be completely ignored and not appear in my distant rep. Can I remove it from those distant rep ?