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
hey @mherrmann. thanks for this python module.
we discovered that a .gitignore with a leading slash directory doesn't work you will see all files within the root directory
for instance
root --node_modules --etc
whenever you read a .gitignore with a leading slash it still is not able to pick up those paths
example .gitignore may look like the following
/node_modules
and this will return false coming back
The text was updated successfully, but these errors were encountered:
UP
Sorry, something went wrong.
Thanks @rlam3 for bringing that specific one to my attention.
@pacha it seems py_walk v0.3.1 is still failing on this regarding the anchored condition part.
py_walk v0.3.1
@astos-marcb You're correct. I fixed it now for py_walk v0.3.2. Thanks a lot for letting me know!
py_walk v0.3.2
No branches or pull requests
hey @mherrmann. thanks for this python module.
we discovered that a .gitignore with a leading slash directory doesn't work
you will see all files within the root directory
for instance
whenever you read a .gitignore with a leading slash it still is not able to pick up those paths
example .gitignore may look like the following
and this will return false coming back
The text was updated successfully, but these errors were encountered: