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
Strange behavior of include_files?
#8
Comments
|
include_files means read the README.md file as list of gitignore style patterns, it doesn't describe a pattern itself (that would be include_rules). Most of this file is invalid as a gitignore file, but it does have as an example a line containing only I'll add this line to the documentation for ignore_files and include_files, do you think that will suffice? |
|
Hi,
Ah, I see.
Yeah, I think this should do. |
|
yes that’s a great addition thank you |
Hi,
Thanks for your work on
fast_ignore!Whilst experimenting with it, I came across this:
I am not sure if it's expected? Or am I missing something obvious?
The text was updated successfully, but these errors were encountered: