From 1c5f8e3e83f12cbe76ffd6c5f68ac52e8494202c Mon Sep 17 00:00:00 2001 From: Cameron Martin Date: Thu, 11 Apr 2024 17:07:44 +0100 Subject: [PATCH] ci: Make prettier ignore changelog (#378) This changelog is auto-generated by release please and fails prettier checks, so this is now ignored by prettier. --- .prettierignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 24a7fde6..e9633671 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ *.json -src/protos/protos.js \ No newline at end of file +src/protos/protos.js +CHANGELOG.md