(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
|
## VIM
|
||||||
*.swp
|
*.swp
|
||||||
tags
|
/tags
|
||||||
|
|
||||||
## BUNDLER
|
## BUNDLER
|
||||||
.bundle
|
.bundle
|
||||||
|
@ -24,3 +24,12 @@ Gemfile.lock
|
||||||
|
|
||||||
## MODULE BUILDS
|
## MODULE BUILDS
|
||||||
**/pkg
|
**/pkg
|
||||||
|
|
||||||
|
## RubyMine
|
||||||
|
/.idea/
|
||||||
|
|
||||||
|
## rvm/rbenv
|
||||||
|
/.ruby-version
|
||||||
|
|
||||||
|
## YARD output
|
||||||
|
/doc/
|
||||||
|
|
Loading…
Reference in New Issue