.gitattributes 211 B

12345678910111213141516
  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
  13. /.github export-ignore