I’ve created a project using PyDev plugin for Eclipse. Now I need to add necessary files to the repository and unnecessary files to the ignore list. What should I do with the .metadata 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.
.metadatastores your workspace settings (not the project settings). I’m not sure what exactly it contains but I think it has many settings about your personal preferences or that are local to your PC, so it may not be a good idea to add it if you’re going to work in a team.Sadly enough, the project related metadata (in
.projectand.settings) is a mix of local/personal data and data that is the same for everyone, and it’s hard to split that up.