.gitignore 468 B

1234567891011121314151617
  1. .yarn/*
  2. !.yarn/patches
  3. !.yarn/plugins
  4. !.yarn/releases
  5. !.yarn/sdks
  6. !.yarn/versions
  7. # Whether you use PnP or not, the node_modules folder is often used to store
  8. # build artifacts that should be gitignored
  9. node_modules
  10. # Swap the comments on the following lines if you wish to use zero-installs
  11. # In that case, don't forget to run `yarn config set enableGlobalCache false`!
  12. # Documentation here: https://yarnpkg.com/features/caching#zero-installs
  13. #!.yarn/cache
  14. .pnp.*