【日常记录】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'
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'