mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-29 01:01:48 +01:00
* Optimise docker context Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Optimise docker context further Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Debug Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
29 lines
506 B
Docker
29 lines
506 B
Docker
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
|
|
**/test/
|
|
**/*.stories.tsx
|
|
**/*.test.ts
|
|
**/*.test.tsx
|
|
**/lib/
|
|
**/dist/
|
|
**/node_modules/
|
|
**/coverage/
|
|
**/.pnpm-store
|
|
**/tsconfig.node.tsbuildinfo
|
|
**/*.md
|
|
**/*.rst
|
|
|
|
.idea/
|
|
.tmp/
|
|
.nx/
|
|
.link-config
|
|
|
|
apps/web/config.json*
|
|
apps/web/webpack-stats.json
|
|
apps/web/playwright/
|
|
apps/web/webapp/
|
|
apps/web/debian/
|
|
|
|
packages/shared-components/__vis__/
|
|
packages/shared-components/storybook-static/
|
|
packages/shared-components/typedoc/
|