Search hidden folders

Exclude Node directories on GNU
This commit is contained in:
Jonas Ryssel 2022-10-12 16:24:29 +02:00
parent 5553323c2a
commit 6a04c6ebc8

View File

@ -3,6 +3,9 @@
# Automatically switch engine if either of those is used
--auto-hybrid-regex
# Also search hidden folders
--hidden
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
--max-columns=150
--max-columns-preview
@ -25,3 +28,5 @@
--type-add=spam:*.bundle.js
--type-not=spam
# Skip external packages on gnu
--glob=!externals/node_modules/**