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:
parent
8218e69e1f
commit
a159fc3868
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@
|
||||||
--glob=!mediasoup/*
|
--glob=!mediasoup/*
|
||||||
--glob=!mediasoup-*/
|
--glob=!mediasoup-*/
|
||||||
--glob=!north-star/
|
--glob=!north-star/
|
||||||
|
--glob=!*.md
|
||||||
|
|
Loading…
Reference in a new issue