We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After cloning the project and make check, this file was created and is shown as "untracked files" in git. Shall this file be added to .gitignore?
make check
.gitignore
The text was updated successfully, but these errors were encountered:
I think package-lock.json is typically commited
package-lock.json
Sorry, something went wrong.
From the doc that should be the case.
https://docs.npmjs.com/files/package-lock.json
But why it was not in the source tree when I clone it? I can not be the first person that generates that file.
Older versions of node (<8) didn't generate this file. It's safe to commit.
No branches or pull requests
After cloning the project and
make check
, this file was created and is shown as "untracked files" in git. Shall this file be added to.gitignore
?The text was updated successfully, but these errors were encountered: