ca5e268798
This PR aims to make sure #4030 doesn't need to happen again. We check that the worker file sizes stay within a given limit, and require people to explicitly up this limit if they decide to add new deps that grow the bundle size significantly. ### Change Type <!-- ❗ Please select a 'Type' label ❗️ --> - [ ] `feature` — New feature - [ ] `improvement` — Product improvement - [ ] `api` — API change - [ ] `bugfix` — Bug fix - [x] `other` — Changes that don't affect SDK users, e.g. internal or .com changes ### Test Plan 1. Add a step-by-step description of how to test your PR here. 2. - [ ] Unit Tests - [ ] End to end tests ### Release Notes - Add a brief release note for your PR here.
104 lines
No EOL
1.3 KiB
Text
104 lines
No EOL
1.3 KiB
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
.rooms
|
|
|
|
node_modules
|
|
dist
|
|
dist-cjs
|
|
dist-esm
|
|
.tsbuild*
|
|
.lazy
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# turborepo
|
|
.turbo
|
|
|
|
coverage
|
|
|
|
**/*.env
|
|
**/*.tsbuildinfo
|
|
|
|
**/*.css.map
|
|
**/*.js.map
|
|
apps/examples/www/index.js
|
|
apps/examples/www/index.css
|
|
nohup.out
|
|
|
|
packages/*/package
|
|
packages/*/*.tgz
|
|
|
|
tsconfig.build.json
|
|
.vercel
|
|
|
|
api-json
|
|
api-md
|
|
|
|
packages/tldraw/tldraw.css
|
|
packages/namespaced-tldraw/tldraw.css
|
|
|
|
packages/assets/embed-icons
|
|
packages/assets/fonts
|
|
packages/assets/icons
|
|
packages/assets/translations
|
|
apps/examples/www/embed-icons
|
|
apps/examples/www/fonts
|
|
apps/examples/www/icons
|
|
apps/examples/www/translations
|
|
|
|
# yarn v2
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
packages/*/api/temp
|
|
packages/*/api/api.json
|
|
packages/*/api/internal.d.ts
|
|
packages/*/api/public.d.ts
|
|
|
|
apps/examples/www/index.css
|
|
apps/examples/www/index.js
|
|
.tsbuild
|
|
|
|
apps/examples/build.esbuild.json
|
|
|
|
apps/examples/e2e/test-results
|
|
apps/examples/playwright-report
|
|
|
|
apps/docs/content/gen
|
|
apps/docs/content/releases
|
|
apps/docs/api
|
|
|
|
.dev.vars
|
|
.env.local
|
|
.env.development.local
|
|
.env*
|
|
|
|
.wrangler
|
|
/vercel.json
|
|
license-report-prod.html
|
|
license-report.html
|
|
|
|
.bundle-meta.json |