From 77be7371dfeda29d5221452af0f0b58caf6f2e65 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Mon, 5 Feb 2024 16:22:22 +0000 Subject: [PATCH] Track large files with Git LFS --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..87e654b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.csv filter=lfs diff=lfs merge=lfs -text