Skip to content

Commit 6acbb3d

Browse files
committed
Add .rvmrc to .gitignore but supply a sample file
* ignoring .rvmrc so people can feel to use their own and not accidentally commit it * added a .rvmrc.sample file for people to get started * fixes #608 * [ci skip]
1 parent 083ab04 commit 6acbb3d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ chef/tmp/*
7676

7777
# exclude our git version file for now
7878
config/version.rb
79+
80+
# ignore the Ruby Version manager (rvm) file
81+
.rvmrc

.rvmrc.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rvm --create use 2.0.0@discourse

0 commit comments

Comments
 (0)