Hacker News
new
past
comments
ask
show
jobs
points
by
gregwtmtno
8 hours ago
|
comments
by
SAI_Peregrinus
8 hours ago
|
[-]
FYI, `-uu` turns off both ignoring based on special files (.gitignore, etc) and ignoring hidden files.
reply
by
krick
7 hours ago
|
parent
|
[-]
And if you want to ignore what you want rg to ignore, not what you want git to ignore? Can you do that?
reply
by
jorams
2 hours ago
|
parent
|
[-]
--no-ignore-vcs
Or some combination of --no-ignore (or -u/--unrestricted) with --ignore-file or --glob.
reply