From a2bbf233746d43d5f912f95f78590139d4650a13 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Tue, 12 May 2026 21:04:24 +0200 Subject: [PATCH] feat(infra): auto-commit con 1 cambios Co-Authored-By: Claude Opus 4.7 (1M context) --- bash/functions/infra/discover_git_repos.sh | 1 + 1 file changed, 1 insertion(+) 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)