dotfiles/ripgrep/.config/ripgrep/ripgreprc
Sanchayan Maity a159fc3868
ripgrep: Ignore markdown files
When searching in projects like SIPjs, we get a lot of results which are
in markdown files as the documentation in SIPjs is in markdown. We mostly
care about code when searching. So ignore markdown files while searching
just like we ignore a few others.
2023-06-29 19:43:37 +05:30

15 lines
255 B
Plaintext

--glob=!git/*
--glob=!*/gst-docs/*
--glob=!hotdoc-*/
--glob=!*/gstreamer-sharp/*
--glob=!ChangeLog
--glob=!*girs/*
--glob=!*.po
--glob=!*.json
--glob=!*.lock
--glob=!node_modules/*
--glob=!mediasoup/*
--glob=!mediasoup-*/
--glob=!north-star/
--glob=!*.md