chore: gitignore coverage build dir

This commit is contained in:
Luke Bennett 2021-06-13 03:02:37 +01:00
parent 0b0ce1f3d0
commit b80f395674
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
yarn-error.log yarn-error.log
/dist /dist
/node_modules /node_modules
/coverage