commit e9d34f9af02108a5fda2fef96c6da093affb2fbb Author: Matthias L. Jugel Date: Sat Aug 19 16:59:55 2017 +0200 Initial. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..7b397176 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# enforce unix style line endings +*.ts text eol=lf +*.tsx text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.js text eol=lf +*.json text eol=lf +*.xml text eol=lf +*.svg text eol=lf +*.yaml text eol=lf +*.css text eol=lf +*.html text eol=lf +*.py text eol=lf +*.exp text eol=lf +*.manifest text eol=lf + +# do not enforce text for everything - it causes issues with random binary files + +*.sln text eol=crlf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary diff --git a/index.html b/index.html new file mode 100644 index 00000000..eda0af74 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Under construction. \ No newline at end of file