From b261b4fc4ba3c8f4da4c64efc3f5d75df0611949 Mon Sep 17 00:00:00 2001 From: anarch3 Date: Mon, 21 Nov 2022 04:01:50 -0500 Subject: [PATCH] add gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cbd6c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Autodetect text files +* text=auto + +*.gif binary