1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 08:25:43 +01:00

Update Rails.gitignore

- add rvm configs
- add gemfile.lock (which is can be specific for each machine)
This commit is contained in:
ouyoutouchmytralala 2013-06-05 23:38:45 +03:00
parent 098aee26a1
commit 9a5310c962

View File

@ -4,6 +4,8 @@
capybara-*.html capybara-*.html
.rspec .rspec
.rvmrc .rvmrc
.ruby-version
.ruby-gemset
/.bundle /.bundle
/vendor/bundle /vendor/bundle
/log/* /log/*
@ -16,3 +18,4 @@ capybara-*.html
rerun.txt rerun.txt
pickle-email-*.html pickle-email-*.html
.project .project
Gemfile.lock