原因:过滤关键字是追加的,所以不生效
解决办法:# 清除本地库的缓存git rm -r --cached .# 讲本地代码重新加入git add .# 并让 .gitignore 文件夹生效,读取我配置的过滤规则git commit -m "update .gitignore"