Answers for "add two folders with node modules to github"

0

ignore node modules

//create a .gitignore file and add the following in it
# dependencies
node_modules
Posted by: Guest on May-31-2020

Code answers related to "add two folders with node modules to github"

Browse Popular Code Answers by Language