markerikson / react-community-tools-practices-cheatsheet

Descriptions and use cases for common tools and practices in the React community
https://react-community-tools-practices-cheatsheet.netlify.app/
328 stars 13 forks source link

Add pnpm into the gitignore file #28

Closed sasirura closed 1 year ago

sasirura commented 1 year ago

Since I am using pnpm I added the pnpm* into the gitignore file

netlify[bot] commented 1 year ago

Deploy Preview for react-community-tools-practices-cheatsheet ready!

Name Link
Latest commit ac3a5509114d05bcc7698a95857690c171ea98c1
Latest deploy log https://app.netlify.com/sites/react-community-tools-practices-cheatsheet/deploys/6365d11eb2c2ff000ab32393
Deploy Preview https://deploy-preview-28--react-community-tools-practices-cheatsheet.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

srmagura commented 1 year ago

There is already a yarn.lock file so you should use Yarn. 🙂

sasirura commented 1 year ago

Cool !