仅仅在.gitignore中加入忽略是不行的。需要清除缓存。
git rm -r --cached .
git add -A
git commit -m 'update .gitignore'
Snipaste_2021-01-28_17-53-36.png
仅仅在.gitignore中加入忽略是不行的。需要清除缓存。
git rm -r --cached .
git add -A
git commit -m 'update .gitignore'
Snipaste_2021-01-28_17-53-36.png
本文标题:vue gitignore忽略配置文件不生效
本文链接:https://www.haomeiwen.com/subject/horxtltx.html
网友评论