wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

Do not include config.php in repository #86

Open RichieB2B opened 9 years ago

RichieB2B commented 9 years ago

Configuration files are likely to be customized, but since Config/config.php is part of the repository it is overwritten at every "php composer.phar update" run. Wouldn't it be better to provide a config.default.php and let this be copied to config.php at install time? Also, then add Config/config.php to .gitignore so git will not complain about it being there.