解决gitingnore不生效的问题

git rm -r --cached .
git add .
git commit -m ‘update .gitignore’

你可能感兴趣的:(一些总结)