Answers for "putting node_modules in gitignore and checking if it has worked"

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 "putting node_modules in gitignore and checking if it has worked"

Browse Popular Code Answers by Language