修复Git的.gitignore 忽略的文件还会被提交

.gitignore // 去缓存 添加 提交
git rm -r --cached .
git add .
git commit -m 'update .gitignore'

你可能感兴趣的:(git)