.gitattributes 215 B

1234567891011121314151617
  1. # Default behavior
  2. * text=auto
  3. # Text files to be normalized to lf line endings
  4. *.php text
  5. *.htm* text
  6. *.sql text
  7. *.txt text
  8. *.xml text
  9. *.xsl text
  10. # Windows-only files
  11. *.bat eol=crlf
  12. # Binary files
  13. *.gif binary