From b381f9426a3305e971e6b616ce46de8e195fe305 Mon Sep 17 00:00:00 2001 From: Johannes Erwerle Date: Tue, 4 Feb 2025 17:29:22 +0100 Subject: [PATCH] added LFS tracking --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4952350 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text