xiaoysh8
6/3/2018 - 2:50 PM

git 修改.gitignore后生效

git 修改.gitignore后生效

git 修改.gitignore后生效

git rm -r --cached .  #清除缓存  
git add . #重新trace file  
git commit -m "update .gitignore" #提交和注释  
git push origin master #可选,如果需要同步到remote上的话