Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Mar 15, 2022
1 parent 023ac68 commit 4ff733f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules/
/.idea/
yarn.lock

This comment has been minimized.

Copy link
@antongolub

antongolub Mar 16, 2022

Collaborator

maybe set both yarn.lock and package-lock.json?

This comment has been minimized.

Copy link
@antonmedv

antonmedv Mar 16, 2022

Author Collaborator

Yarn is in use?)

This comment has been minimized.

Copy link
@antongolub

antongolub Mar 16, 2022

Collaborator

Aha. Still faster than npm, and more predictable (just opinion) than pnpm.
https://github.com/pnpm/pnpm#benchmark

We even added yarn audit --fix API for classic and berry ))) https://github.com/antongolub/yarn-audit-fix

This comment has been minimized.

Copy link
@antonmedv

antonmedv Mar 16, 2022

Author Collaborator

Let's add it)

This comment has been minimized.

Copy link
@antongolub

antongolub Mar 17, 2022

Collaborator
package-lock.json

0 comments on commit 4ff733f

Please sign in to comment.