日期: 2024 年 10 月 14 日

1 篇文章

对于.gitignore文件不起作用问题的解决办法
已经遇到了这个问题,记录一下解决方法 git rm -r --cached . git add . git commit -m "update .gitignore" 最后在VSCode中,看被排除的文件是否变灰即可判断有没有排除成功 转自:https://www.cnblogs.com/goloving/p/15017769.html