From 0885087466bc2b120b52277b6761eedcb9194201 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Fri, 24 Nov 2023 03:02:21 +0600 Subject: [PATCH] :wrench: Added Git LFS config --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..99de3bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.jpg filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text