Open SPGoding opened 4 years ago
According to the NPM documentation:
This file is intended to be committed into source repositories
Also according to this response:
You should add yarn.lock to your git, don't ignore it.
It's not a good practice to add package-lock.json and yarn.lock in your .gitignore file.
package-lock.json
yarn.lock
.gitignore
According to the NPM documentation:
Also according to this response:
It's not a good practice to add
package-lock.json
andyarn.lock
in your.gitignore
file.