diff --git a/.prettierignore b/.prettierignore index c7a5913c6ef8..5cad6e04b900 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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