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:
parent
098aee26a1
commit
9a5310c962
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user