From b50a23969c93285a2da37a01e16c9197003a07cc Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 17 May 2021 14:45:17 -0500 Subject: [PATCH] add .gitattibutes --- .gitattibutes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattibutes diff --git a/.gitattibutes b/.gitattibutes new file mode 100644 index 00000000..f7163055 --- /dev/null +++ b/.gitattibutes @@ -0,0 +1,3 @@ +* text eol=lf +*.ico binary +*.png binary