From 9850b5320ecb460399bf3d007a95aff18628b13e Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sat, 10 Feb 2024 10:16:18 +0200 Subject: [PATCH] Add .gitattributes to track TFF files with 'git lfs' Git LFS is designed to track large, binary files. We need it for the ".tff" files. The idea is to reduce the size of this repository so that regular Git operations are easier to perform. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d2242cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.ttf filter=lfs diff=lfs merge=lfs -text