When you place a Rails project under version control, do you exclude anything? Log files, for example?
When you place a Rails project under version control, do you exclude anything? Log
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
DHH just posted on Twitter that there will be a default .gitignore in Rails 3, which includes:
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.