dist
node_modules
hands-on
public/hands-on
submitted-skills
public/submitted-skills
skill-reviews
vote-service

# Legacy site sources, slated for deletion at cutover (task 20). Same list and
# same reasoning as .prettierignore: these are minified, single-line
# stylesheets. stylelint's `declaration-block-single-line-max-declarations`
# fires once per rule in them — ~180 errors for `styles.css` alone — so staging
# one to change a single declaration blocks the commit outright. The rule is
# about hand-written source readability and says nothing useful about minified
# output that is about to be deleted.
#
# `public/fonts/fonts.css` is deliberately NOT here: it is new, hand-written,
# and must stay linted.
#
# Root-anchored on purpose: a bare `rules` would also swallow .agents/rules/.
/styles.css
/landing.css
/chapters.css
/responsive.css
/skills-review/
/rules/
/skills/
/full-guide/
