From 8d0e2a4400d4f1d4a998e9c447448cc510b644a7 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 7 Nov 2020 17:52:41 +0200 Subject: [PATCH] Store data files with git-lfs --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c04fa91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Arbin data files +*.res filter=lfs diff=lfs merge=lfs -text +# Bio-Logic data files +*.mpr filter=lfs diff=lfs merge=lfs -text +*.mpt filter=lfs diff=lfs merge=lfs -text