ManageIQ / manageiq-providers-hawkular

ManageIQ plugin for the Hawkular provider
8 stars 33 forks source link

Add .idea to .gitignore #104

Closed lucasponce closed 6 years ago

lucasponce commented 6 years ago

Trivial, just to clean IDE files based on RubyMine. If not it can get added in a commit unintentionally.

cfcosta commented 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
lucasponce commented 6 years ago

https://github.com/ManageIQ/manageiq/blob/master/.gitignore#L10

cfcosta commented 6 years ago

Well, that settles it.