2021年12月21日
git gitignore处理
git rm-r --cached .
git add .
git commit -m 'update .gitignore'
最好在项目开始时候设置好gitignore
感觉可以结合stash来处理会好一些。