I’m developing a little project with QooXDoo and want to share the source with some friends. Should I just check in the whole project folder?
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.
You should add the
buildandcachedirectories to the relevant.gitignorefiles (these directories they are the equivalent of ‘object’ files, so they should not be stored in version control unless you have a very good reason).As for Qooxdoo itself, I usually place it next to the project so it’s easy to duplicate the setup. I end up with something like this
HTH