当前位置: 代码迷 >> 综合 >> git .gitignore 配置失效
  详细解决方案

git .gitignore 配置失效

热度:41   发布时间:2023-09-14 17:04:56.0

清楚缓存,并重新提交该文件

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

然后就可以生效了