.gitattributes 198 B

12345678
  1. # Set the default behavior to always use LF file endings
  2. * text=auto eol=lf
  3. # Denote all files that are truly binary and should not be modified.
  4. *.bmp binary
  5. *.gif binary
  6. *.jpg binary
  7. *.png binary