Do you commit node_modules folder into GitHub repository?
23
0
22
3K
2
@letscodedevs Committing node_module would be like this 😂
@letscodedevs No, that would be redundant and chaotic. Committing package.json is enough.
@letscodedevs never, I just send it to .gitignore
@letscodedevs only when am being paid in internet experience
@letscodedevs Anyone that does this should be sent to Jail 😹
@letscodedevs Nope. Use this vscode extension - "gitignore" to add .gitignore to your repo and node module can be gitignored. marketplace.visualstudio.com/items?itemName…