php-school / learn-you-php

🏆 Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
http://www.phpschool.io/
MIT License
319 stars 36 forks source link

DirectorySolution.php should be recursive and have an ignores option #22

Closed AydinHassan closed 8 years ago

AydinHassan commented 8 years ago

We should be able to recursively include folders, and there should be an option to ignore folders and files for example composer.lock & vendor

folder entries should also be skipped, only files should be included.

AydinHassan commented 8 years ago

wrong repo