您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

13 行
396 B

  1. # Path-based git attributes
  2. # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
  3. # Ignore all test and documentation with "export-ignore".
  4. /.gitattributes export-ignore
  5. /.gitignore export-ignore
  6. /.travis.yml export-ignore
  7. /.editorconfig export-ignore
  8. /.github export-ignore
  9. /Makefile export-ignore
  10. /CHANGELOG.md export-ignore