Answers for "git command to add node modules to git ignore"

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 "git command to add node modules to git ignore"

Browse Popular Code Answers by Language