Files
medusa-store/.gitignore
Oliver Windall Juhl 6a62a8f1ed chore: Remove lerna (#2116)
**What**
- Removes `lerna` as we are now using `changesets` + Turborepo to handle builds and releases
2022-08-29 13:26:58 +00:00

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/**