.gitattributes 321 B

1234567891011
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.js text
  6. *.html text
  7. # Denote all files that are truly binary and should not be modified.
  8. *.png binary
  9. *.jpg binary