I have a Flash Builder project and it is in Git. There are files like /bin-debug and .actionScriptProperties that are showing up as pending. Should I be committing these?
What files do you ignore in your Flash Builder project?
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.
Eclipse project files:
FlashBuilder specific project files:
Some more exotic FlashBuilder project files:
FlashBuilder default output folders:
You should never commit IDE-related files. It makes it harder for other developers on your team to use the IDE of their choice. This is especially true if you work on an opensource project.