Skip to content

Commit

Permalink
Update .prettierignore to ignore dist folders
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed May 9, 2023
1 parent 45c3212 commit 832ecb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# The GH actions don't seem to compile and verify themselves well when Prettier is applied to them
.github/actions/javascript/**/index.js
desktop/dist/**/*.js
dist/**/*.js

0 comments on commit 832ecb9

Please sign in to comment.