Newbie to git workflow.
I've started working on an open source project. I forked the repo.
However when I push my commits to the remote fork an .idea/ directory is generated on GitHub. Github repo. My gitignore file contains the .idea/ path.
I've deleted ./idea on my local git repository with the help of this Remove a file from a Git repository. However when I push to the remote the directory .idea/ remains.