No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

13 líneas
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