What am I missing that needs to be done in order to get git to ignore my .idea/ path?
git
.idea/
ctote@ubuntu:~/dev/1$ git status On branch master
For ignoring .idea folder and iml file types, I did the following:
.idea
iml