You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this in project where I need to match .gitignore patterns but will not be actually reading .gitignore files. (The use case is to match files with same rules as .gitignore but has nothing to do with git. I've added a parse_pattern_list() method to read patterns from a list instead of a .gitignore file to do this. Are you accepting PRs and are you interested in adding this to gitignorefile? If so, I'm happy to submit a PR.
The text was updated successfully, but these errors were encountered:
I am using this in project where I need to match
.gitignore
patterns but will not be actually reading.gitignore
files. (The use case is to match files with same rules as.gitignore
but has nothing to do with git. I've added aparse_pattern_list()
method to read patterns from a list instead of a.gitignore
file to do this. Are you accepting PRs and are you interested in adding this togitignorefile
? If so, I'm happy to submit a PR.The text was updated successfully, but these errors were encountered: