.gitattributes 188 B

123456789101112131415
  1. * text=auto
  2. *.js text
  3. *.md text
  4. *.yml text
  5. *.txt text
  6. *.sh text
  7. ## *.bat text eol=crlf
  8. *.bat -text
  9. *.png binary
  10. .gitattributes export-ignore
  11. *.yml export-ignore
  12. /wikipiki export-ignore