diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d69203d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text=auto + +*.js text +*.md text +*.yml text +*.sh text +## *.bat text eol=crlf +*.bat -text + +*.png binary + +.gitattributes export-ignore +*.yml export-ignore +/wiki export-ignore +/.github export-ignore