.gitattributes 359 B

12345678910111213141516
  1. # Normalize line endings to LF.
  2. * text eol=lf
  3. # Ensure that line endings for multipart files in spring-web are not modified.
  4. *.multipart -text
  5. # Ensure that line endings for DOS batch files are not modified.
  6. *.bat -text
  7. # Ensure the following are treated as binary.
  8. *.gif binary
  9. *.jar binary
  10. *.jpeg binary
  11. *.jpg binary
  12. *.png binary
  13. *.vsd binary