diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b38900 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +* text=auto eol=lf + +*.md text eol=lf +*.json text eol=lf +*.txt text eol=lf + +*.ps1 eol=lf +*.ts eol=lf +*.cs eol=lf +*.csproj eol=lf + + +*.png binary +*.jpg binary +*.ico binary +*.zip binary \ No newline at end of file