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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -2,11 +2,16 @@ node_modules
|
|||||||
*yarn-error.log
|
*yarn-error.log
|
||||||
.pnp.*
|
.pnp.*
|
||||||
.yarn/*
|
.yarn/*
|
||||||
|
!.yarn/cache
|
||||||
!.yarn/patches
|
!.yarn/patches
|
||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
|
|
||||||
|
packages/**/.yarn/*
|
||||||
|
integration-tests/**/.yarn/*
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
lerna-debug.log
|
lerna-debug.log
|
||||||
|
|
||||||
@@ -14,4 +19,4 @@ lerna-debug.log
|
|||||||
|
|
||||||
.idea
|
.idea
|
||||||
.turbo
|
.turbo
|
||||||
build/**
|
build/**
|
||||||
|
|||||||
28
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
28
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
18
.yarnrc.yml
18
.yarnrc.yml
@@ -1,7 +1,15 @@
|
|||||||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
checksumBehavior: ignore
|
||||||
|
|
||||||
nodeLinker: "node-modules"
|
|
||||||
nmMode: "hardlinks-global"
|
|
||||||
enableGlobalCache: true
|
|
||||||
compressionLevel: 0
|
compressionLevel: 0
|
||||||
checksumBehavior: "ignore"
|
|
||||||
|
enableGlobalCache: true
|
||||||
|
|
||||||
|
nmMode: hardlinks-global
|
||||||
|
|
||||||
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
||||||
|
|||||||
Reference in New Issue
Block a user