Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
559 B
Docker
Raw Permalink Normal View History

2026-03-20 14:26:32 +01:00
# 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
!**/*.api.md
2026-03-20 14:26:32 +01:00
**/*.rst
.idea/
.tmp/
.nx/
.link-config
apps/web/config.json*
apps/web/webpack-stats.json
apps/web/playwright/
apps/web/webapp/
apps/web/debian/
2026-04-21 10:58:16 +01:00
apps/desktop
!apps/desktop/package.json
2026-03-20 14:26:32 +01:00
packages/shared-components/__vis__/
packages/shared-components/storybook-static/
packages/shared-components/typedoc/