mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
9a5310c962
- add rvm configs - add gemfile.lock (which is can be specific for each machine)
22 lines
235 B
Plaintext
22 lines
235 B
Plaintext
*.rbc
|
|
*.sassc
|
|
.sass-cache
|
|
capybara-*.html
|
|
.rspec
|
|
.rvmrc
|
|
.ruby-version
|
|
.ruby-gemset
|
|
/.bundle
|
|
/vendor/bundle
|
|
/log/*
|
|
/tmp/*
|
|
/db/*.sqlite3
|
|
/public/system/*
|
|
/coverage/
|
|
/spec/tmp/*
|
|
**.orig
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
.project
|
|
Gemfile.lock
|