mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
19 lines
512 B
Plaintext
19 lines
512 B
Plaintext
src/vector/modernizr.cjs
|
|
test/end-to-end-tests/node_modules/
|
|
test/end-to-end-tests/element/
|
|
test/end-to-end-tests/synapse/
|
|
test/end-to-end-tests/lib/
|
|
# Legacy skinning file that some people might still have
|
|
src/component-index.js
|
|
# Auto-generated file
|
|
src/modules.ts
|
|
src/modules.js
|
|
# Test result files
|
|
/playwright/test-results/
|
|
/playwright/html-report/
|
|
|
|
# Shared components generated files
|
|
/packages/shared-components/dist/
|
|
/packages/shared-components/src/i18n/i18nKeys.d.ts
|
|
/packages/shared-components/typedoc/
|