(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:
parent
b7472d5043
commit
33788ce247
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue