2d3e2fcb70
* Remove global h2 css rule in favour of heading styles/components * Use Compound Heading in shared-components and forbid hX elements * Use Compound Heading in settings add back margin to some legacy headings * Tweak some headings * Update screenshots * Update screenshots * Update snapshots * Tweak .gitignore * Update snapshots * Iterate * Update screenshots * Update screenshots * Update screenshot
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
# Ignore test failure screenshots
|
|
/src/**/__screenshots__/
|
|
|
|
# Ignore vis diffs & local baseline
|
|
/__vis__/**
|
|
!/__vis__/linux/__baselines__
|
|
|
|
# Ignore coverage report
|
|
/coverage/
|
|
# Ignore generated docs
|
|
typedoc
|
|
# Build storybook
|
|
storybook-static
|