📜  gitignore 命令 - Shell-Bash 代码示例

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

代码示例1
There is no explicit git ignore command; instead, the . gitignore file must be edited and committed by hand when you have new files that you wish to ignore. The . gitignore files hold patterns that are matched against file names in your repository to determine whether or not they should be ignored.