From 609bffa10719447c9995495b8b3601af9c6b7040 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 20 Jan 2022 14:14:12 +0100 Subject: [PATCH] [git][s]: git lfs track *.pdf, *.png, *.jpg etc. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22d991a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text