(maint) Update gitignore to ignore RubyMine and rvm/rbenv files.

Adding `.idea/` and `.ruby-version` to gitignore.

Also adding `doc/` for YARD output.

Excluding VIM tags only in the root.
This commit is contained in:
Peter Huene 2016-08-23 12:48:19 -07:00
parent b7472d5043
commit 33788ce247
No known key found for this signature in database
GPG Key ID: 6B585C1742BE3C3C
1 changed files with 10 additions and 1 deletions

11
.gitignore vendored
View File

@ -12,7 +12,7 @@ tmtags
## VIM
*.swp
tags
/tags
## BUNDLER
.bundle
@ -24,3 +24,12 @@ Gemfile.lock
## MODULE BUILDS
**/pkg
## RubyMine
/.idea/
## rvm/rbenv
/.ruby-version
## YARD output
/doc/