Browse Source

Add node_modules and similar to prettierignore, since on CI it's not run from same directory as gitignore

pull/2590/head
Rachael Booth 2 years ago
parent
commit
e66b71ea08
  1. 6
      .prettierignore

6
.prettierignore

@ -12,4 +12,8 @@
config/locales/ config/locales/
app/views/content/data_sharing_agreement.md 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/*

Loading…
Cancel
Save