.gitattributes 232 B

12345678910111213
  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 LF line endings on checkout.
  7. *.sh text eol=lf
  8. # Binary files.
  9. *.png binary
  10. *.jpg binary