-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Add package-lock.json files to .gitignore configuration #339
Conversation
npm-debug.log | ||
bower_components/ | ||
node_modules/ | ||
dist/ | ||
.DS_Store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always feel this should live in a global config on dev machines rather than being a project concern. Belt and braces though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed! But yes, belt and braces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think adding it to the .gitignore
is the right approach. yes, it prevents people from committing it, but they'll still have the problems it causes locally.
Good point, but the issue referenced is specifically about issues caused by committing these files so this should fix that.
|
so... we merging this? |
This PR is being closed due to inactivity as part of a Pull Request Bankruptcy. If you feel it’s still useful or relevant please feel free to re-open it. |
As it says! Fixes #329.