Not finding searched term in subdirectories #1601
-
I can seem to find a searched term that is a subdirectory level 3. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Sorry, but there isn't really any way to answer this without an actual test case that I can reproduce. My guess is that this is related to your gitignores. You can test it by disabling gitignores ( |
Beta Was this translation helpful? Give feedback.
Sorry, but there isn't really any way to answer this without an actual test case that I can reproduce. My guess is that this is related to your gitignores. You can test it by disabling gitignores (
-u
) and seeing if that helps. You can also use--debug
to see why ripgrep is ignoring certain files or directories.