Hacker News new | ask | show | jobs
by henrebotha 81 days ago
It's a tough one. Lately I've been doing `rg -u` every single time because too many things get ignored and I can't be bothered to figure out how to configure it more cleanly to do what I want by default.
1 comments

Don't do that if you don't want to. You can create a config file[0] that says not to hide those files by default.

[0]https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#c...