floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

You should commit lock files #223

Open SPGoding opened 4 years ago

SPGoding commented 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.