.gitattributes 335 B

123456789101112131415
  1. # Set the default line ending behavior.
  2. * text eol=lf
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.py text
  6. *.html text
  7. *.js text
  8. *.css text
  9. *.json text
  10. # Denote all files that are truly binary and should not be modified.
  11. *.png binary
  12. *.jpg binary
  13. *.gif binary