diff --git a/bash/functions/infra/discover_git_repos.sh b/bash/functions/infra/discover_git_repos.sh index c063df7a..7bfefc8f 100644 --- a/bash/functions/infra/discover_git_repos.sh +++ b/bash/functions/infra/discover_git_repos.sh @@ -36,6 +36,7 @@ discover_git_repos() { -not -path "*/sources/*" \ -not -path "*/temp/*" \ -not -path "*/subrepos/*" \ + -not -path "*/emsdk/*" \ 2>/dev/null | sort) # Imprimir resultados ordenados (uno por linea)