diff --git a/.prettierignore b/.prettierignore index e70feef786f9..9c4b3868464b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,18 +1,16 @@ -node_modules/**/* -lavamoat/**/policy.json -dist/**/* -builds/**/* -test-*/**/* -app/vendor/** -.nyc_output/**/* -test/e2e/send-eth-with-private-key-test/**/* *.scss -development/chromereload.js -development/ts-migration-dashboard/filesToConvert.json -development/ts-migration-dashboard/build/** -public/**/* -development/charts/** +.nyc_output/**/* node_modules/**/* -storybook-build/**/* -jest-coverage/**/* -coverage/**/* +/app/vendor/** +/builds/**/* +/coverage/**/* +/development/charts/** +/development/chromereload.js +/development/ts-migration-dashboard/filesToConvert.json +/development/ts-migration-dashboard/build/** +/dist/**/* +/lavamoat/**/policy.json +/storybook-build/**/* +/test-artifacts/**/* +/test/test-results/**/* +/test/e2e/send-eth-with-private-key-test/**/*