From fc8bd6b89dcb2f15ddab2ad8f8c1f58cee32737b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20=C5=9Awi=C4=99cicki?= Date: Wed, 30 Jan 2019 23:36:14 +0100 Subject: [PATCH] Fix a problem regarding EOL on macOS (#202) Here's more information: https://help.github.com/articles/dealing-with-line-endings/ After cloning this repository if someone does not set `core.autocrlf` properly may encounter a problem with EOL. --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 07764a7..1defeff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ -* text eol=lf \ No newline at end of file +* text eol=lf + +*.png binary +*.jpg binary +*.ico binary +*.woff2 binary