chore(project): add coverage into prettier ignore (#3240)

- Add entry `coverage` to .prettierignore file for ignoring test coverage files
This commit is contained in:
jeremywu 2021-09-05 14:46:46 +08:00 committed by GitHub
parent c2b6c30f92
commit 370b1b6818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,4 @@ dist
node_modules
packages/*/es
packages/*/lib
coverage