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

Former-commit-id: 3f709821ee
This commit is contained in:
郝先瑞 2022-04-15 00:38:45 +08:00
parent 5c834dfad5
commit 2e9d59ba11
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/*