Skip to content

Commit 75e77f5

Browse files
committed
Add new rvm control files to ignores
[#49402505] rvm stable (1.19.6) has deprecated .rvmrc in favor of the .ruby-version file used by other ruby version switchers and .ruby-gemset. These files only contain strings to be looked up instead of bash or sh code, so it's also a safer format than the old script in the .rvmrc.
1 parent fff8593 commit 75e77f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.bundle
22
# Rubymine project directory
33
.idea
4+
# Portable ruby version files for rvm
5+
.ruby-gemset
6+
.ruby-version
47
# RVM control file
58
.rvmrc
69
# YARD cache directory

0 commit comments

Comments
 (0)