How to gitignore

git rm -r --cached .
git add .
git commit -m "remove gitignore cache"
git push

猜你喜欢

转载自www.cnblogs.com/cuthead/p/gitignore.html