.gitignore 251 B

1234567891011
  1. .yarn/*
  2. !.yarn/patches
  3. !.yarn/plugins
  4. !.yarn/releases
  5. !.yarn/sdks
  6. !.yarn/versions
  7. # Swap the comments on the following lines if you don't wish to use zero-installs
  8. # Documentation here: https://yarnpkg.com/features/zero-installs
  9. !.yarn/cache
  10. #.pnp.*