Inspect why paths are included or excluded.
Section: Glob filters
Explain ignore and glob decisions
bash
bash
rg --debug --glob '!vendor/**' 'openssl' .Explanation
`--debug` is the fastest way to understand why an expected file did not appear.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Glob filters