fix(okf-hub): excluir ijfw/ (store memória) e .sync-conflict do validador/classify
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user