.gitattributes 411 B

123456789101112131415161718
  1. # Ignore all test and documentation for archive
  2. /.gitattributes export-ignore
  3. /.scrutinizer.yml export-ignore
  4. /.travis.yml export-ignore
  5. /docs export-ignore
  6. # 统一换行符,避免仅 CRLF/LF 差异被 Git 识别为修改
  7. * text=auto
  8. *.php text eol=lf
  9. *.js text eol=lf
  10. *.json text eol=lf
  11. *.md text eol=lf
  12. *.yml text eol=lf
  13. *.yaml text eol=lf
  14. *.xml text eol=lf
  15. *.sql text eol=lf