Y
Hacker News
new
|
ask
|
show
|
jobs
by
krick
83 days ago
And if you want to ignore what you want rg to ignore, not what you want git to ignore? Can you do that?
1 comments
jorams
83 days ago
--no-ignore-vcs
Or some combination of --no-ignore (or -u/--unrestricted) with --ignore-file or --glob.
link
Or some combination of --no-ignore (or -u/--unrestricted) with --ignore-file or --glob.