作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 vscode 上的 nextjs 项目。
从几天前开始,我正在使用的任何目录都会自动生成 debug.log 文件。
我想停止自动生成这个 debug.log,或者至少想知道如何将这个 debug.log 添加到 gitignore。
我添加了 .log、debug.log、**/debug.log,但是 gitignore 不起作用。
最佳答案
也许您需要删除缓存 *.log
通过运行 git rm --cached *.log
在您的项目中添加文件,然后上演您的 .gitignore
文件使用 git add .gitignore
或者您可以使用 git add .
我的引用:How to use gitignore command in git
关于visual-studio-code - 如何在 vscode 中删除或停止自动生成 debug.log 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63974953/
我是一名优秀的程序员,十分优秀!