Add jest-coverage/ to prettierignore (#10865)

feature/default_network_editable
Thomas Huang 4 years ago committed by GitHub
parent 253efc6f8c
commit 2c47ace438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .prettierignore

@ -4,6 +4,7 @@ dist/**
builds/**
test-*/**
coverage/
jest-coverage/
app/vendor/**
.nyc_output/**
.vscode/**

Loading…
Cancel
Save