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.
This commit is contained in:
Marcos Paulo
2026-09-05 16:47:04 +00:00
parent 107e429fb9
commit 2bd96d1f8c
+1
View File
@@ -1,4 +1,5 @@
dist dist
hands-on
node_modules node_modules
public/hands-on public/hands-on
submitted-skills submitted-skills