mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-04 04:52:04 +01:00
* chore: put `view` prefix to room list item file and folder * chore: add missing `storybook-static` in gitignore * test: update visual tests
15 lines
261 B
Plaintext
15 lines
261 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
|
|
# Build storybook
|
|
storybook-static
|