已经提交多个版本后,临时添加的忽略不生效
需要在命令行中先执行清除缓存
git rm -r --cached .
然后添加提交 .gitignore文件
git add . git commit -m 'update .gitignore'
posted on 2019-06-24 09:12 emmeet 阅读(602) 评论(0) 编辑 收藏 举报