diff --git a/src/nu-git-manager/fs/store.nu b/src/nu-git-manager/fs/store.nu index 9fdc7de2..51ccaeea 100644 --- a/src/nu-git-manager/fs/store.nu +++ b/src/nu-git-manager/fs/store.nu @@ -29,7 +29,7 @@ export def list-repos-in-store []: nothing -> list { # first and then perform the globbing # related to https://github.com/nushell/nushell/issues/7125 cd (get-repo-store-path) - let heads: list = glob "**/HEAD" --not [ + let heads: list = glob "**/HEAD" --exclude [ **/.git/**/refs/remotes/**/HEAD, **/.git/modules/**/HEAD, **/logs/HEAD