Files
DianZhanDemo/.prettierignore

11 lines
131 B
Plaintext
Raw Permalink Normal View History

2025-12-11 01:00:25 +08:00
# 忽略不需要格式化的文件
node_modules/
dist/
.nuxt/
.output/
*.log
*.min.js
*.min.css
.env*
prisma/migrations/
.DS_Store