I just started using bundler with rails 2.3.8. After running bundler install there is folder .bundle at the root of my project.
Should I put .bundle under version control?
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.
I’d leave that out of version control. In general, adding generated files is bad – especially if they might have misleading information when someone else checks out the code. That would definitely be true in this case.