Files
spaceflow/.prettierignore
Lyda baed10e7cd style: 格式化代码并更新 Prettier 忽略规则
1. 在 .prettierignore 中新增 *.md、*.json、*.js 忽略规则
2. 格式化 review-summary.service.ts 和 tui.renderer.ts 中的代码换行
3. 调整多处函数调用、对象字面量和三元表达式的格式
2026-03-02 19:40:30 +08:00

7 lines
77 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 模板文件handlebars
templates/
dist/
.spaceflowrc
*.md
*.json
*.js