chore: .gitattributes 固定钩子与脚本为 LF(防 CRLF 化后 sh 无法执行)
所有检测均成功
changelog-filename-gate / validate (push) Successful in 2s

这个提交包含在:
API Changelog Bot 2026-08-10 16:37:46 +08:00
父节点 b8596041d7
当前提交 ad04e0b450

2
.gitattributes vendored 普通文件
查看文件

@ -0,0 +1,2 @@
.githooks/* text eol=lf
scripts/*.mjs text eol=lf