chore: migrate monorepo configuration strictly to pnpm v11, clean up npm leftovers and update workspace config
This commit is contained in:
@@ -5,6 +5,10 @@ build/
|
||||
.expo/
|
||||
.turbo/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
*.tsbuildinfo
|
||||
.env
|
||||
.env.local
|
||||
@@ -15,3 +19,7 @@ supabase/.temp/
|
||||
coverage/
|
||||
*.ipa
|
||||
*.apk
|
||||
|
||||
# Lockfile protections (monorepo strictly uses pnpm-lock.yaml)
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
Reference in New Issue
Block a user