【日常记录】node多版本+ignore无效+

1、node多版本

npm i -g n

n lsr

n 12.14.0

 

2.ignore无效

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

原文地址:https://www.cnblogs.com/fengluzheweb/p/14354449.html