Shopify / shopify-app-template-remix

375 stars 151 forks source link

Add pnpm lock file to gitignore #820

Closed paulomarg closed 3 months ago

paulomarg commented 3 months ago

WHY are these changes introduced?

We're currently not ignoring pnpm lock files. This is removed by the CLI but might still be accidentally committed by developers using pnpm in this repo.

WHAT is this pull request doing?

Adding the file to .gitignore.