Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude does not work #92

Open
k1ng440 opened this issue Mar 11, 2016 · 0 comments
Open

exclude does not work #92

k1ng440 opened this issue Mar 11, 2016 · 0 comments
Labels

Comments

@k1ng440
Copy link

k1ng440 commented Mar 11, 2016

I have tried to exclude directory and patterns but they does not work

'directories' => [
            'public/assets/vendor',
]

I have checked the finder.php. it seems no code was added for filtering directory.

and patterns seems to add $ in the end. ie some/path/* builds "^(?=[^.])some/(?=[^.])path/(?=[^.])*$"

@Mulkave Mulkave added the Bug label Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants