Tim*_*lla 634
是的,你可以在那里发表评论.然而,它们必须从一行开始.
比照 http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
可以放在.gitignore文件中的模式规则如下:
- 忽略以#开头的空行或行.
[...]
注释字符是#,例如:
# no .a files
*.a
Run Code Online (Sandbox Code Playgroud)
man*_*lds 197
做 git help gitignore
您将获得包含以下行的帮助页面:
A line starting with # serves as a comment.
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
107722 次 |
| 最近记录: |