Fork me on GitHub

.gitignore失效的解决办法

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

links