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