From 03b3e800169cd73d2eb19d6fcef4b3b8ed2da4a8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 18 Nov 2023 23:48:17 +0100 Subject: Add a gitattributes file --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6a7a556 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto eol=lf + +*.jpg binary +*.png binary +*.woff2 binary -- cgit v1.2.3