Closed GitGudCode440 closed 5 months ago
Ignore node modules folder in git since these dependencies don't need to be committed because they are meant to be installed by npm. When I do npm install, the git recognizes the node_modules folder as untracked.
Ignore node modules folder in git since these dependencies don't need to be committed because they are meant to be installed by npm. When I do npm install, the git recognizes the node_modules folder as untracked.