From 51f2ff7efcca2f5143222f9fb6561348d8cdbf8b Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 17 Jan 2021 02:54:30 +0500 Subject: [PATCH] .gitignore Ruby environment files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6c0a22ef..08350184 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ Gemfile.*.lock ## PROJECT::SPECIFIC /vendor + +/.ruby-version +/.ruby-gemset