Closed paulomarg closed 3 months ago
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.
Adding the file to .gitignore.
.gitignore
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
.