Answers for "git ignore node modules not working"

2

git ignore node modules

node_modules/
Posted by: Guest on June-01-2021
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 "git ignore node modules not working"

Browse Popular Code Answers by Language