“node_modules wird git nicht ignoriert” Code-Antworten

node_modules wird git nicht ignoriert

git rm -r --cached node_modules
git commit -m "removing node_modules"
Uninterested Unicorn

Ignorieren Sie Knotenmodule

//create a .gitignore file and add the following in it
# dependencies
node_modules
Open Owl

Ähnliche Antworten wie “node_modules wird git nicht ignoriert”

Fragen ähnlich wie “node_modules wird git nicht ignoriert”

Weitere verwandte Antworten zu “node_modules wird git nicht ignoriert” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen