.gitattributes 253 B

12345678910
  1. # See https://help.github.com/articles/dealing-with-line-endings
  2. # By default, normalize all files to unix line endings when commiting.
  3. * text
  4. # Denote all files that are truly binary and should not be modified.
  5. *.png binary
  6. *.jpg binary
  7. *.pdf binary