.gitattributes (211B)
1 * text=auto 2 3 *.js text 4 *.md text 5 *.yml text 6 *.txt text 7 *.sh text 8 ## *.bat text eol=crlf 9 *.bat -text 10 11 *.png binary 12 13 .gitattributes export-ignore 14 *.yml export-ignore 15 /wikipiki export-ignore 16 /.github export-ignore