**What** - Removes `lerna` as we are now using `changesets` + Turborepo to handle builds and releases
22 lines
235 B
Plaintext
22 lines
235 B
Plaintext
.env
|
|
node_modules
|
|
*yarn-error.log
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
packages/**/.yarn/*
|
|
integration-tests/**/.yarn/*
|
|
www/**/.yarn/*
|
|
|
|
.DS_Store
|
|
|
|
.eslintcache
|
|
|
|
.idea
|
|
.turbo
|
|
build/** |