📌  相关文章
📜  gitignore 特定文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.599000             🧑  作者: Mango

代码示例2
$ echo debug.log >> .gitignore $ git rm --cached debug.log rm 'debug.log' $ git commit -m "Start ignoring debug.log"