chore: 排除文档文件的格式检查

This commit is contained in:
rbetree
2026-01-17 02:35:07 +08:00
parent 0c6b3a68e1
commit 06bbf3336c

View File

@@ -23,3 +23,7 @@ package-lock.json
# 临时文件
*.tmp
*.temp
# 文档文件(保留排版灵活性,避免代码示例被格式化)
**/README.md
src/**/*.md