From 20b710cd9a46d8858b3faedb3b286f0b46caff58 Mon Sep 17 00:00:00 2001
From: Benjamin Ruppik <benjamin.ruppik@hhu.de>
Date: Fri, 15 Jul 2022 18:06:21 +0200
Subject: [PATCH] Fixed git lfs to track both .pkl and .zip

---
 .gitattributes     | 2 ++
 tda/.gitattributes | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)
 delete mode 100644 tda/.gitattributes

diff --git a/.gitattributes b/.gitattributes
index 1987747..c3356e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
 *.pkl filter=lfs diff=lfs merge=lfs -text
+.pkl filter=lfs diff=lfs merge=lfs -text
+.zip filter=lfs diff=lfs merge=lfs -text
 *.zip filter=lfs diff=lfs merge=lfs -text
diff --git a/tda/.gitattributes b/tda/.gitattributes
deleted file mode 100644
index 486a232..0000000
--- a/tda/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-*.zip filter=lfs diff=lfs merge=lfs -text
-- 
GitLab