git .gitignore 忽略的文件还会被提交
程序员文章站
2022-03-29 09:13:32
...
.gitignore 新加忽略文件,发现忽略的文件还会提交。用下面方法就会生效了
.gitignore // 去缓存 添加 提交
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
上一篇: Viewport的宽度和高度