Skip to content
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

Ignore node_modules from git. #62

Merged
merged 1 commit into from
Dec 2, 2017
Merged

Conversation

samccone
Copy link
Contributor

@samccone samccone commented Dec 2, 2017

Without this node_modules shows up in the working .git tree
making it hard to reason about what you have changed and what should be
checked in.

Since we are not vendoring node_modules there is no reason we can not
ignore node_modules from git via .gitignore.

Without this node_modules shows up in the working .git tree
making it hard to reason about what you have changed and what should be
checked in.

Since we are not vendoring node_modules there is no reason we can not
ignore node_modules from git via .gitignore.
@paulirish paulirish merged commit ee6649c into master Dec 2, 2017
@samccone samccone deleted the sjs/ignore_node_modules branch December 2, 2017 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants