how to add a node module to gitignore code example
Example: ignore node modules
//create a .gitignore file and add the following in it
# dependencies
node_modules
//create a .gitignore file and add the following in it
# dependencies
node_modules