mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
* fix collapse icon on android * update wording `earpiece` -> `headset` * update icon `earpiece` -> `phone` * i18n * update icons to solid (top right) and non solid (overlay) * update snapshots * add config.json to gitignore * add offset for earpice overlay * update snapshots to include offset spacer
31 lines
389 B
Plaintext
31 lines
389 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.env
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
*.bkp
|
|
.idea/
|
|
public/config.json
|
|
backend/synapse_tmp/*
|
|
/coverage
|
|
config.json
|
|
|
|
# Yarn
|
|
yarn-error.log
|
|
/.pnp.*
|
|
/.yarn/*
|
|
!/.yarn/patches
|
|
!/.yarn/plugins
|
|
!/.yarn/releases
|
|
!/.yarn/sdks
|
|
!/.yarn/versions
|
|
/.links.yaml
|
|
/.links.disabled.yaml
|
|
/.links.temp-disabled.yaml
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/ |