I use Rubymine for Rails projects. Very often, Rubymine makes changes in .idea/* files that I don\'t care about. But it keeps preventing me from checking out ne
.idea/*
Add .idea to ~/.gitignore_global and follow the instructions here to get .gitignore_global working:
Git global ignore not working
Then you don't have to ever add it to an individual .gitignore file.