From a79e02c4266fb3af0e092f051477d4a06306ec19 Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Mon, 27 May 2024 19:01:31 +0200 Subject: [PATCH] [chore] enable git lfs --- Assignment 5 - Software Security - Teil 1/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Assignment 5 - Software Security - Teil 1/.gitattributes diff --git a/Assignment 5 - Software Security - Teil 1/.gitattributes b/Assignment 5 - Software Security - Teil 1/.gitattributes new file mode 100644 index 0000000..3a24117 --- /dev/null +++ b/Assignment 5 - Software Security - Teil 1/.gitattributes @@ -0,0 +1,2 @@ +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text