You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Rails.gitignore 195B

123456789101112131415161718
  1. *.rbc
  2. *.sassc
  3. .sass-cache
  4. capybara-*.html
  5. .rspec
  6. .rvmrc
  7. /.bundle
  8. /vendor/bundle
  9. /log/*
  10. /tmp/*
  11. /db/*.sqlite3
  12. /public/system/*
  13. /coverage/
  14. /spec/tmp/*
  15. **.orig
  16. rerun.txt
  17. pickle-email-*.html
  18. .project