From d9298e7d984a9e9412b46bdd2f7c6fc537a79405 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 1 Nov 2022 15:31:08 +0200 Subject: [PATCH] Initial commit --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e6ce01f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text