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" == *.github/* ]] && return 0
|
||||||
[[ "$rel" == *.wayland/* ]] && return 0
|
[[ "$rel" == *.wayland/* ]] && return 0
|
||||||
[[ "$rel" == *.hermes/* ]] && return 0
|
[[ "$rel" == *.hermes/* ]] && return 0
|
||||||
|
[[ "$rel" == *ijfw/* ]] && return 0
|
||||||
|
[[ "$rel" == *.sync-conflict-* ]] && return 0
|
||||||
local base
|
local base
|
||||||
base="$(basename "$rel")"
|
base="$(basename "$rel")"
|
||||||
[[ "$base" == "MEMORY.md" ]] && return 0
|
[[ "$base" == "MEMORY.md" ]] && return 0
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ EXCLUDE_PATTERNS=(
|
|||||||
".github/"
|
".github/"
|
||||||
".wayland/"
|
".wayland/"
|
||||||
".hermes/"
|
".hermes/"
|
||||||
|
"ijfw/"
|
||||||
|
".sync-conflict-"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Exclude specific filenames
|
# Exclude specific filenames
|
||||||
|
|||||||
Reference in New Issue
Block a user