aliyoge
12/27/2018 - 1:25 AM

gitignore_cached

.gitignore中增加过滤规则不起作用的解决方法

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