From 07f987e069cda2f28bc5ebf8958b9b0aa9d875dc Mon Sep 17 00:00:00 2001 From: Matt Mertens <40722304+matmertz25@users.noreply.github.com> Date: Fri, 28 May 2021 16:30:54 -0700 Subject: [PATCH] fix: add git attributes (#123) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..33a1825 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary \ No newline at end of file