目录

.gitignore不生效的解决方案

原因

原因:git本地运行有缓存,需要清除git缓存即可

解决

1
git rm -r --cached .

注意:

清完缓存需要把代码推到远程仓库