mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #612 from PragTob/GitignoreRVMRC
Add .rvmrc to .gitignore but supply a sample file
This commit is contained in:
commit
649491d85b
2 changed files with 4 additions and 0 deletions
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 a new issue