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.

37 líneas
726B

  1. # Define the line ending behavior of the different file extensions
  2. # Set default behavior, in case users don't have core.autocrlf set.
  3. * text text=auto eol=lf
  4. # Declare files that will always have CRLF line endings on checkout.
  5. *.bat eol=crlf
  6. # Declare files that will always have LF line endings on checkout.
  7. *.pem eol=lf
  8. # Denote all files that are truly binary and should not be modified.
  9. *.png binary
  10. *.jpg binary
  11. *.jpeg binary
  12. *.gif binary
  13. *.webp binary
  14. *.avif binary
  15. *.ico binary
  16. *.mo binary
  17. *.pdf binary
  18. *.xls binary
  19. *.xlsx binary
  20. *.phar binary
  21. *.woff binary
  22. *.woff2 binary
  23. *.ttc binary
  24. *.ttf binary
  25. *.otf binary
  26. *.eot binary
  27. *.gz binary
  28. *.bz2 binary
  29. *.7z binary
  30. *.zip binary
  31. *.webm binary
  32. *.mp4 binary
  33. *.ogv binary

Powered by TurnKey Linux.