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
This commit is contained in:
+6
-1
@@ -2,11 +2,16 @@ 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
|
||||
|
||||
@@ -14,4 +19,4 @@ lerna-debug.log
|
||||
|
||||
.idea
|
||||
.turbo
|
||||
build/**
|
||||
build/**
|
||||
|
||||
Reference in New Issue
Block a user