* doc: add typedoc generation for shared component * ci: add SC doc publish * ci: push doc on changes on develop * ci: fix working directory * doc: add typedoc generation into storybook * doc: build i18n files for storybook static sites * ci: change workflow to deploy storybook * chore: exclude non-ui tests from vitest visual tests * chore: try to fix error in CI * doc: fix broken link in README * doc: add typedoc missing export plugin Add https://github.com/Gerrit0/typedoc-plugin-missing-exports to avoid to have to explicit export all the types which are not used outside SC * doc: add mapping to external docs * fix: remove shebang
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
# Ignore test failure screenshots
|
|
/src/**/__screenshots__/
|
|
|
|
# Ignore vis diffs & local baseline
|
|
/__vis__/**/__diffs__
|
|
/__vis__/**/__results__
|
|
/__vis__/local
|
|
|
|
# Ignore coverage report
|
|
/coverage/
|
|
# Ignore generated docs
|
|
typedoc
|