microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.08k stars 1.21k forks source link

Ignore yarn.lock file #189

Closed AArnott closed 6 years ago

AArnott commented 6 years ago

This should rarely be tracked by git, and as this file is used in the template, we should have it default to untracked.

corydeppen commented 6 years ago

That seems to go against the Yarn guidance, unless there's a more current recommendation.

AArnott commented 6 years ago

I'm actually quite persuaded by that argument. And seeing that Yarn actually wants folks to check it in regularly is reassuring -- that the file may not churn in SCC too frequently on its own.