1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
._*
.DS_Store
*.gem
*.log
*.sqlite3
*.sw?
**/._*
# Rubygems
pkg
rerun.txt
# RVM
.rvmrc
.ruby-version
# Bundler
bundle
.bundle
Gemfile.lock
gemfiles/*.lock
# these are needed to remove some file copying clutter
# that comes out of testing and is not intended to be checked in
examples/rails_root/features/step_definitions/email_steps.rb
examples/rails_root/vendor/plugins/email_spec
examples/rails4_root/features/step_definitions/email_steps.rb
examples/rails4_root/vendor/plugins/email_spec
examples/sinatra_root/features/step_definitions/email_steps.rb
|