node_modules wird git nicht ignoriert
git rm -r --cached node_modules
git commit -m "removing node_modules"
Uninterested Unicorn
git rm -r --cached node_modules
git commit -m "removing node_modules"
//create a .gitignore file and add the following in it
# dependencies
node_modules