Answers for "how to ignore node_modules folder on git push"

2

git ignore node modules

node_modules/
Posted by: Guest on June-01-2021
0

how to add node modules to gitignore

create a .gitignore file grobally
On that file add the line "node_modules"
Posted by: Guest on January-16-2022

Code answers related to "how to ignore node_modules folder on git push"

Browse Popular Code Answers by Language