浏览代码

chore: 在.prettierignore中添加node_modules目录

feige996 10 月之前
父节点
当前提交
7a2e870641
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .prettierignore

+ 2 - 0
.prettierignore

@@ -1,3 +1,5 @@
+node_modules
+
 # unplugin-auto-import 生成的类型文件,每次提交都改变,所以加入这里吧,与 .gitignore 配合使用
 auto-import.d.ts