gitignore/Rails.gitignore

28 lines
424 B
Plaintext
Raw Normal View History

2010-11-08 22:11:38 +01:00
*.rbc
2010-11-09 00:19:21 +01:00
*.sassc
.sass-cache
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/public/system
/coverage/
/spec/tmp
2010-11-09 00:12:21 +01:00
**.orig
2010-11-24 19:34:00 +01:00
rerun.txt
pickle-email-*.html
config/initializers/secret_token.rb
## Environment normalisation:
/.bundle
/vendor/bundle
# these should be checked in to normalise the environment:
# Gemfile.lock
# .ruby-version
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc