From e66b71ea08f15e790c2ab8fd666387e77a7c1cf6 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Fri, 16 Aug 2024 15:10:02 +0100 Subject: [PATCH] Add node_modules and similar to prettierignore, since on CI it's not run from same directory as gitignore --- .prettierignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 18b158216..42dbcb936 100644 --- a/.prettierignore +++ b/.prettierignore @@ -12,4 +12,8 @@ config/locales/ app/views/content/data_sharing_agreement.md -# N.B. Anything specified in the .gitignore will also be ignored as long as prettier as run from this directory +/node_modules +/vendor +/coverage +/public/assets +/app/assets/builds/*