mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
isIgnoredPath 和 testIsOptionalFiles 方法使用 str_starts_with 做前缀匹配, 导致 .gitea 被 .git 规则误跳过,.gitignore/.gitattributes 同样受影响。 改为精确目录名匹配: === || str_starts_with(, . '/')