git 修改.gitignore 文件不生效问题 清除本地当前的Git缓存 git rm -r --cached . 应用.gitignore等本地配置文件重新建立Git索引 git add . 提交当前Git版本并备注说明 git commit -m 'update .gitignore'