.gitattributes 174 B

1234567
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. # Denote all files that are truly binary and should not be modified.
  4. *.png binary
  5. *.jpg binary
  6. *.gif binary