Skip to content

Commit

Permalink
Add yarn.lock to .gitignore (#7789)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyth authored and ianschmitz committed Oct 27, 2019
1 parent 971f249 commit c34aa13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ yarn-debug.log*
yarn-error.log*
/.changelog
.npm/
yarn.lock

3 comments on commit c34aa13

@wmattei
Copy link

@wmattei wmattei commented on c34aa13 Jul 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, can I ask you wh this was made?, I'm curious, I saw some people saying you shouldn't add yarn.lock to .gitignore

@FDiskas
Copy link

@FDiskas FDiskas commented on c34aa13 Jan 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to lazy for yarn update?

@mamadOuologuem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Please sign in to comment.