Add .pnpm-store to .gitignore across all packages#1010
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThis PR adds Changes
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR adds
.pnpm-storeto the.gitignorefiles across the repository to prevent pnpm's local store directory from being committed to version control.Changes
.pnpm-storeentry to.gitignorein the following locations:packages/envio/packages/cli/templates/static/(all template variants: blank_template, codegen, erc20_template, factory_template, greeter_template, greeteronfuel_template, svmblock_template)scenarios/fuel_test/(root and contract subdirectories: all-events, interaction-tools, ts-interaction-tools)scenarios/helpers/scenarios/test_codegen/Details
The
.pnpm-storedirectory is a local cache directory created by pnpm package manager and should not be tracked in version control. This change ensures consistency across all packages and templates in the monorepo by excluding this directory from git tracking.https://claude.ai/code/session_01QGFLuHCFdXRoTBgAUMSpxC
Summary by CodeRabbit