Q:

git ignore node_modules

Add this

node_modules/

to .gitignore file to ignore all directories called node_modules in current folder and any subfolders
7
//create a .gitignore file and add the following in it
# dependencies
node_modules
0
.gitignore
node_modules
0

New to Communities?

Join the community