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.
This commit is contained in:
Sanchayan Maity 2023-06-29 17:45:59 +05:30
parent 8218e69e1f
commit a159fc3868
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@
--glob=!mediasoup/*
--glob=!mediasoup-*/
--glob=!north-star/
--glob=!*.md