pulse00 / Composer-Eclipse-Plugin

Eclipse integration for the PHP Dependency Manager Composer
http://composer.dubture.com/
MIT License
49 stars 13 forks source link

please allow me to keep vendor/ out of .gitignore #115

Closed thkoch2001 closed 10 years ago

thkoch2001 commented 10 years ago

I know that it isn't best practice, but for $REASONS we're currently committing vendor/ to git. It would be nice, if I could stop the eclipse composer plugin (or symfony plugin?) to add vendor/ to my .gitignore.

Thank you!

thkoch2001 commented 10 years ago

It seems this is an Egit feature. I went to "Team > Git > Projects > Automatically ignore derived resources by adding them to .gitignore", deactivated the checkbox and it seems the .gitignore is left alone by eclipse now.

gossi commented 10 years ago

so, this can be closed? (I cannot even remember coding something which modifies .gitignore).