Answers for "yarn .gitignore"

2

yarn .gitignore

#If you're using Zero-Installs:
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

#If you're not using Zero-Installs:
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
Posted by: Guest on September-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language