From f8e085c354b559e18e280c9cc0078a4dd5ae4b68 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Wed, 29 May 2019 15:11:40 -0400 Subject: [PATCH] Ignore RVM ruby directive files. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69ae9a8..58fb647 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ _site .sass-cache .jekyll-metadata node_modules -bower_components \ No newline at end of file +bower_components +.ruby-gemset +.ruby-version