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:
@@ -1,4 +1,5 @@
|
|||||||
dist
|
dist
|
||||||
|
hands-on
|
||||||
node_modules
|
node_modules
|
||||||
public/hands-on
|
public/hands-on
|
||||||
submitted-skills
|
submitted-skills
|
||||||
|
|||||||
Reference in New Issue
Block a user