📜  如何将文件管理器添加到 git ignore - Shell-Bash 代码示例

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

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