$finder
$finder : \Symfony\Component\Finder\Finder
A Symfony Finder wrapper which locates files that should go into archives
Handles .gitignore, .gitattributes and .hgignore files as well as composer's own exclude rules from composer.json
$finder : \Symfony\Component\Finder\Finder
__construct(string $sources, array $excludes, boolean $ignoreFilters = false)
Initializes the internal Symfony Finder with appropriate filters
string | $sources | Path to source files to be archived |
array | $excludes | Composer's own exclude rules from composer.json |
boolean | $ignoreFilters | Ignore filters when looking for files |