gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Use yarn v3 instead of v2

Open Quantalabs opened this issue 2 years ago • 2 comments

Updates the gitignore for Node to use yarn v3 instead of yarn v2. Ignores the files recommended by yarn on the docs.

Reasons for making this change:

Yarn v3 has a different ruleset than yarn v2, ignoring everything except the patches, plugins, releases, sdks, and versions in the .yarn/ folder. My changes update the gitignore to support these changes.

Links to documentation supporting these rule changes:

Quantalabs avatar Jul 28 '23 04:07 Quantalabs