Replies: 1 comment 1 reply
-
For this you can do 2 things Add multiple ignore rules like a/b/c
b/c
c and then 2nd is this one Use a .ignore inside the a/b directory echo "c" > a/b/.ignore like this will ensures the ignore is respected relative to any starting directory try it will work sure mate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for the great tool.
I'm seeing some behaviour re.
.ignore
that doesn't match what I expected.Here is a repro:
Can you help me understand this behaviour? I expected
rg hello a
to print nothing.Beta Was this translation helpful? Give feedback.
All reactions