From 79bd578c89c271008236effe35b16cf45e3dca2d Mon Sep 17 00:00:00 2001 From: JuanitoFatas Date: Sat, 19 Mar 2016 12:52:36 +0800 Subject: [PATCH] Tell Git to ignore .ruby-version since this is a personal configuration. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bf66e59..212d705 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ test/dummy/tmp/ test/dummy/.sass-cache vendor/bundle Gemfile.lock +.ruby-version