vova07 / yii2-imperavi-widget

Imperavi Redactor widget for Yii 2
Other
247 stars 99 forks source link

Use gitignore like at yiisoft/yii-console or some similar #147

Closed bscheshirwork closed 5 years ago

vova07 commented 5 years ago

Thank you very much for your work, but in my personal opinion the project's .gitignore MUST contain only that info that is related with the project.

I really believe that environment ignorance should be done in global .gitignore file, specifically by each developer, because there are too many tools to describe that differ from developer to developer.

For more info about how it can be solved please take a look at this doc: https://help.github.com/articles/ignoring-files/

Let me know if you think that make sense for you @bscheshirwork !

Thanks!