From 33788ce247efc3b16596fd5e6aa63b425c102a12 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Tue, 23 Aug 2016 12:48:19 -0700 Subject: [PATCH] (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. --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 936d40a..93e8f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -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/