From 2bd96d1f8cf8da3647a2ae85eedb665c73f72bb2 Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Sat, 5 Sep 2026 16:47:04 +0000 Subject: [PATCH] fix(tools): ignore hands-on fixtures in prettier .preprettierignore already excluded public/hands-on but not the root hands-on/ that verify.mjs reads from. Both are lab fixtures that must ship byte-identical and must not be reformatted by a future `pnpm format`. ESLint and Stylelint already ignored both paths; align Prettier. Refs task 17. --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index 3996da0..1b91249 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ dist +hands-on node_modules public/hands-on submitted-skills