Files
menav/.prettierignore
2026-01-17 02:35:07 +08:00

30 lines
435 B
Plaintext
Raw 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.
# 依赖和构建产物
node_modules/
dist/
dev/
# npm lockfile避免提交时产生大面积格式化 diff
package-lock.json
# Git 配置文件
.gitattributes
.gitignore
# Husky hooksshell 脚本,不需要 Prettier 格式化)
.husky/
# 缓存文件
*.cache
.cache/
# 日志文件
*.log
# 临时文件
*.tmp
*.temp
# 文档文件(保留排版灵活性,避免代码示例被格式化)
**/README.md
src/**/*.md