.gitattributes 201 B

12345678910
  1. # Normalize line endings to auto.
  2. * text auto
  3. # Ensure the following are treated as binary.
  4. *.cer binary
  5. *.jar binary
  6. *.jpeg binary
  7. *.jpg binary
  8. *.keystore binary
  9. *.png binary