mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
4e5dcea9a4
Previously, unless you had some other configuration that impacts ripgrep, `rg -tyaml uses:` would return zero results. After this changes, it returns more of what you might expect. This is because ripgrep ignores hidden files and directories by default. But arguably, searching `.github` by default is probably what we want. I do the same thing in ripgrep's repository: https://github.com/BurntSushi/ripgrep/blob/de4baa10024f2cb62d438596274b9b710e01c59b/.ignore#L1 Companion PR: https://github.com/astral-sh/ruff/pull/16814
2 lines
11 B
Plaintext
2 lines
11 B
Plaintext
!/.github/
|