mirror of
https://github.com/element-hq/element-web.git
synced 2026-01-11 19:56:47 +00:00
Some checks are pending
Build / Build on ubuntu-24.04 (push) Waiting to run
Build / Build on windows-2022 (push) Waiting to run
Build / Build on macos-14 (push) Waiting to run
Build and Deploy develop / Build & Deploy develop.element.io (push) Waiting to run
Deploy documentation / GitHub Pages (push) Waiting to run
Deploy documentation / deploy (push) Blocked by required conditions
Shared Component Visual Tests / Run Visual Tests (push) Waiting to run
Static Analysis / Typescript Syntax Check (push) Waiting to run
Static Analysis / i18n Check (push) Waiting to run
Static Analysis / Rethemendex Check (push) Waiting to run
Static Analysis / ESLint (push) Waiting to run
Static Analysis / Style Lint (push) Waiting to run
Static Analysis / Workflow Lint (push) Waiting to run
Static Analysis / Analyse Dead Code (push) Waiting to run
* Update dependency @storybook/test-runner to ^0.24.0 * Storybook migration Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Add missing file Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update yarn.lock Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Make jest happier Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
46 lines
887 B
Text
46 lines
887 B
Text
/build
|
|
/dist
|
|
/lib
|
|
/node_modules
|
|
/webapp
|
|
/*.log
|
|
yarn.lock
|
|
electron/dist
|
|
electron/pub
|
|
**/.idea
|
|
/.tmp
|
|
/webpack-stats.json
|
|
.vscode
|
|
.vscode/
|
|
.env
|
|
/coverage
|
|
# Auto-generated file
|
|
/src/modules.ts
|
|
/src/modules.js
|
|
/src/i18n/strings
|
|
/build_config.yaml
|
|
# Raises an error because it contains a template var breaking the script tag
|
|
src/vector/index.html
|
|
src/vector/modernizr.js
|
|
/docs/lib
|
|
/book
|
|
/debian/tmp
|
|
/.npmrc
|
|
package-lock.json
|
|
|
|
# This file is owned, parsed, and generated by allchange, which doesn't comply with prettier
|
|
/CHANGELOG.md
|
|
/docs/changelogs
|
|
|
|
# Legacy skinning file that some people might still have
|
|
/src/component-index.js
|
|
|
|
# Downloaded and already minified
|
|
res/jitsi_external_api.min.js
|
|
|
|
# This file is also machine-generated
|
|
/playwright/e2e/crypto/test_indexeddb_cryptostore_dump/dump.json
|
|
/playwright/test-results/
|
|
/playwright/html-report/
|
|
/playwright/logs/
|
|
/playwright/snapshots/
|