metaplex-foundation / mpl-candy-machine

Mint your NFT collection on Solana
https://developers.metaplex.com/candy-machine
Other
76 stars 59 forks source link

chore: ignore yarn temp files #37

Closed sohrab- closed 1 year ago

sohrab- commented 1 year ago

Pretty sure I added this in metaplex-foundation/mpl-candy-guard but didn't make it across.

lorisleiva commented 1 year ago

Hi there, I'm happy to merge that in if that helps but note that this repo uses PNPM.

sohrab- commented 1 year ago

I dearly wish that was so.

https://github.com/metaplex-foundation/mpl-candy-machine/blob/0224aa43607009f696b680e897aae503be6b771f/clients/js-solita-candy-guard/package.json#L8C1-L21

https://github.com/metaplex-foundation/mpl-candy-machine/blob/0224aa43607009f696b680e897aae503be6b771f/clients/js-solita-candy-machine-core/package.json#L8C7-L21

There are also yarn.lock files, using a much older version of yarn; so every time I install, the whole lock file gets turned upside-down. It generates a .yarnrc.yml every time too.

lorisleiva commented 1 year ago

Ah yeah you're right sorry I forgot about the Solita ones. Thanks! 🍺