From 15f4f3fbff9c6700bed82b044a09f7b9751e53b7 Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 22 Jan 2022 14:39:54 +0100 Subject: [PATCH] Add gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ae66a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text