feat(prettierignore): 添加prettierrc代码格式化忽略文件

This commit is contained in:
郝先瑞 2022-04-15 00:38:45 +08:00
parent 2856fcccc0
commit 3f709821ee
1 changed files with 9 additions and 0 deletions

9
.prettierignore Normal file
View File

@ -0,0 +1,9 @@
/dist/*
.local
.output.js
/node_modules/**
**/*.svg
**/*.sh
/public/*