Files
medusa-store/.gitignore
Sebastian Rindom dffb86bb58 chore: turbo cleanup (#1828)
- Adds workspace-tools
- Updates .gitignore to include yarn/cache for zero-installs: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
2022-07-11 08:47:48 +00:00

23 lines
245 B
Plaintext

node_modules
*yarn-error.log
.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
packages/**/.yarn/*
integration-tests/**/.yarn/*
.DS_Store
lerna-debug.log
.eslintcache
.idea
.turbo
build/**