Fix .gitignore for yarn berry

This commit is contained in:
Brandon Presley 2022-08-26 17:03:44 +12:00
parent 5944094abf
commit 189c3467d8
2 changed files with 795 additions and 1 deletions

10
.gitignore vendored
View File

@ -64,5 +64,13 @@ buck-out/
deploy.sh
README.pdf
.yarn
build
# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

786
.yarn/releases/yarn-3.2.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long