mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:42:16 +08:00
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:
parent
083ab0465c
commit
6acbb3d434
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
1
.rvmrc.sample
Normal file
|
@ -0,0 +1 @@
|
|||
rvm --create use 2.0.0@discourse
|
Loading…
Reference in New Issue
Block a user