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

posted @ 2021-01-31 22:28  web-小强  阅读(113)  评论(0编辑  收藏  举报