.gitattributes 297 B

12345678910111213141516
  1. # Set the default behavior for all files.
  2. * text=auto
  3. # Normalized and converts to
  4. # native line endings on checkout.
  5. *.cs text
  6. # Convert to CRLF line endings on checkout.
  7. *.sln text eol=crlf
  8. # Convert to LF line endings on checkout.
  9. *.sh text eol=lf
  10. # Binary files.
  11. *.png binary
  12. *.jpg binary