mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-03 04:22:31 +01: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>
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
|
|
test/
|
|
webapp/
|
|
lib/
|
|
node_modules/
|
|
karma-reports/
|
|
.idea/
|
|
.tmp/
|
|
config.json*
|
|
.link-config
|
|
# Exclude the playwright directory as much as we can as the snapshots are huge and we bind mount it in
|
|
playwright/
|
|
!playwright/docker-entrypoint.sh
|