.gitattributes 132 B

1234567891011
  1. # Default
  2. * text=auto
  3. *.txt text= eol=lf
  4. # Source Files
  5. *.js text eol=crlf
  6. *.php text eol=crlf
  7. # Binary
  8. *.png binary
  9. *.jpg binary