-
Notifications
You must be signed in to change notification settings - Fork 56
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
Bug in FileManager - regex to ignore files? #113
Labels
Comments
@bearzk Not sure if this is something you'd like to look at. If not I can take a look into it. I created a branch with a test that I would expect to pass in case you want to look: |
What behavior |
@berkedel it would match recursively. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think if you try to make a regex pattern like
*.php
to ignore files it won't give you the expected results.I created this test:
Which I would expect to pass but it fails.
The text was updated successfully, but these errors were encountered: