fix(okf-hub): excluir ijfw/ (store memória) e .sync-conflict do validador/classify

This commit is contained in:
2026-06-28 22:15:38 +01:00
parent 4d3583b81a
commit 88d2a7d78e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ is_excluded() {
[[ "$rel" == *.github/* ]] && return 0
[[ "$rel" == *.wayland/* ]] && return 0
[[ "$rel" == *.hermes/* ]] && return 0
[[ "$rel" == *ijfw/* ]] && return 0
[[ "$rel" == *.sync-conflict-* ]] && return 0
local base
base="$(basename "$rel")"
[[ "$base" == "MEMORY.md" ]] && return 0
+2
View File
@@ -23,6 +23,8 @@ EXCLUDE_PATTERNS=(
".github/"
".wayland/"
".hermes/"
"ijfw/"
".sync-conflict-"
)
# Exclude specific filenames