Skip to content

Commit

Permalink
chore: Skip artifacts for prettier (#3399)
Browse files Browse the repository at this point in the history
Running yarn format on the yarn-project root would fail with OOM since
we were trying to format build artifacts. This skips commit skips them.
  • Loading branch information
spalladino authored Nov 27, 2023
1 parent eed023d commit 98d9e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ dest/
noir-contracts/**/*.json
boxes/*/src/artifacts/*.json
boxes/*/src/artifacts/*.ts
boxes/*/src/contracts/target/*.json
noir-protocol-circuits/src/target/*.json
*.md

0 comments on commit 98d9e04

Please sign in to comment.