Answers for "node_modules not being ignored git"

0

ignore node modules

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

node_modules not being ignored git

git rm -r --cached node_modules
git commit -m "removing node_modules"
Posted by: Guest on April-19-2021

Code answers related to "node_modules not being ignored git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language