magento-hackathon / magento-composer-installer

Composer installer for Magento modules
210 stars 154 forks source link

EventManager with GitIgnore Listener #159

Closed AydinHassan closed 9 years ago

AydinHassan commented 9 years ago

EventManager with GitIgnore Listener.

Allows us to attach to events in certain classes. Implemented is a GitIgnore listener which will automatically add and remove entries to the .gitignore file when deploying

This is part 2 of #154 and should resolve the issue completely.

AydinHassan commented 9 years ago

Looking in to test failures now

AydinHassan commented 9 years ago

Ok tests are passing now, seems I forgot to remove the old .gitignore code. I'm gonna have a play with this branch and test it in a real project and see how it goes. Will report back later!

AydinHassan commented 9 years ago

Thanks for merging!