sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
819 stars 38 forks source link

Missing entry in `.gitignore` (`.pnpm-store`). #188

Closed tysonclugg closed 1 month ago

tysonclugg commented 1 month ago

As per https://github.com/sveltia/sveltia-cms/pull/187/commits/baff945d0e3b5762049b02becf7c68034d1e527f and the associated note in PR #187, the .pnpm-store directory should be excluded from source control.

kyoshino commented 1 month ago

I don’t think it’s necessary. pnpm store is not project-specific (it’s an advantage of pnpm) and is not included in typical .gitignore. Feel free to add it your fork if needed.

tysonclugg commented 1 month ago

This is an artefact of how pnpm works, they have an open discussion on the matter: https://github.com/orgs/pnpm/discussions/3651

This issue can be closed, thanks. 🙂