DEV Community

Discussion on: How to Use Fzf with Ripgrep to Selectively Ignore VCS Files

Collapse
 
matrixersp profile image
Mohammed Boudad

Thank you!

What's even more convenient, though, is to have an ~/.ignore file where you can list directories and files ripgrep should still ignore (but doesn't since we use --no-ignore-vcs):

I tried with ~/.ignore file but it doesn't work unless created in the working directory, that's why I chose to do it this way.