Below my .gitingore file. Why am I seeing see idea directory and myProj.iml on IntelliJ commit changes dialog? They shouldn't be there since I add them to .gitignore file What am I missing?
*.class
*.log
*.ctxt
.mtj.tmp/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.idea/
/out/
target/
myProj.iml