📝 git更新.gitignore

一般直接修改.gitignore是不生效的,需要先清理缓存,再修改.gitignore。

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