Closed lucasponce closed 6 years ago
What's our currency policy on this? @abonas Imho it should be on each user's global gitignore, since we don't do the same for vim temporary files. Something like this:
.gitconfig:
[core]
excludesfile = ~/.gitignore
.gitignore:
.idea
Well, that settles it.
Trivial, just to clean IDE files based on RubyMine. If not it can get added in a commit unintentionally.