The mysql-server repository[1] should be a fun one to try out, because of this:
$ wc -l .gitignore 3122 .gitignore
[1] - https://github.com/mysql/mysql-server
[2] - https://github.com/BurntSushi/ripgrep/blob/e7c06b92fb996adcb...
> time fd -HIe jpg > /dev/null 5,12s user 2,03s system 785% cpu 0,911 total > time ag --depth 100 -uuu -g '\.jpg$' > /dev/null 0,95s user 1,66s system 99% cpu 2,628 total
rg -g '*.foo' --files