Skip to content

Commit

Permalink
Revert "chore: cleanup .prettierignore file (#24828)"
Browse files Browse the repository at this point in the history
This reverts commit 855dd80.
  • Loading branch information
legobeat committed Jul 25, 2024
1 parent b5ce8e0 commit c1d5b01
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
*.scss
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/**
node_modules/**/*
/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/**/*
storybook-build/**/*
jest-coverage/**/*
coverage/**/*

0 comments on commit c1d5b01

Please sign in to comment.