When you place a Rails project under version control, do you exclude anything? Log files, for example?
DHH just posted on Twitter that there will be a default .gitignore in Rails 3, which includes:
db/*.sqlite3
log/*.log
tmp/**/*
Which is usually what I exclude, some people also like to exclude the database.yml file if it's going on a public repo and you don't want to expose your database passwords.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With