You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ignore()` builds paths with leading `./`, e.g., `./path/to`, while
`load_recursive()` builds relative paths using `Path.relative_to()`,
which produces paths without `./`, e.g., `path/to`.
Fixes: #2485
0 commit comments