Skip to content

Commit 2d111ed

Browse files
committed
Restore original comment about node_modules
It's not the opinion of "some people", it's a conditional circumstance. Even proponents of checking node_modules into Git agree that you shouldn't do it when you're writing a module to be included as a dependency on npmjs.org: the advantage of checking node_modules into Git is only for fully-packaged apps, which is why the original comment was what it was.
1 parent 2985884 commit 2d111ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Node.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ coverage
2020
build/Release
2121

2222
# Dependency directory
23-
# Commenting this out is preferred by some people, see
23+
# Deployed apps should consider commenting this line out:
2424
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2525
node_modules
2626

0 commit comments

Comments
 (0)