From 26bb5f182eeb8a7a43bb501ae90f36a2e95ac4c2 Mon Sep 17 00:00:00 2001 From: Sped0n Date: Sat, 4 Nov 2023 20:08:58 +0800 Subject: [PATCH] chore(.prettierignore): add *.yaml to the list of ignored files to exclude YAML files from Prettier formatting --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index a0097d1..d5d2b87 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ node_modules static exmapleSite +*.yaml