We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the matching doesn't perfectly work like .gitignore filtering.
The text was updated successfully, but these errors were encountered:
Should work more like that: https://labs.consol.de/de/development/git/2017/02/22/gitignore.html
Also nice tool for testing globbing: https://globster.xyz/
Sorry, something went wrong.
Improved in 0b25309 - still not perfect.
The best performing way of excluding would be to skip processing of certain sub directories during filepath.Walk: https://golang.org/pkg/path/filepath/#WalkFunc
We just need to return filepath.Skipdir within the filepath.Walk WalkFn
No branches or pull requests
Currently the matching doesn't perfectly work like .gitignore filtering.
The text was updated successfully, but these errors were encountered: