git 添加 .gitignore

94 阅读1分钟
git rm -r --cached .
git add .
git commit -m "add gitignore"
git push origin master