I have a project with gitignore file:
### IntelliJ IDEA ### .idea *.iws *.iml *.ipr Temp* RationalValues* https://github.com/hhlTer/quadraticEquation
but .idea directory still pushed in my repository...why?
This makes coding very difficult and inaccessible in branches.
I did add to gitignore all files from .idea, but all files still in repository
### IntelliJ IDEA ### .idea *.iws *.iml *.ipr Temp* RationalValues* compiler.xml encodings.xml misc.xml uiDesigner.xml vcs.xml workspace.xml