From b7de1a40a105faba9082ea3b82a6a8fcabe99138 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 1 Jul 2022 13:29:29 -0700 Subject: [PATCH] Ignore the static directory --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index 8200d892d..45e2588da 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ # Ignore artifacts: build/javascript webroot/js/web_modules +static/ \ No newline at end of file