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]
This commit is contained in:
Tobias Pfeiffer 2013-04-01 17:05:08 +02:00
parent 083ab0465c
commit 6acbb3d434
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -76,3 +76,6 @@ chef/tmp/*
# exclude our git version file for now
config/version.rb
# ignore the Ruby Version manager (rvm) file
.rvmrc

1
.rvmrc.sample Normal file
View File

@ -0,0 +1 @@
rvm --create use 2.0.0@discourse