From 107ef80b9ea2dd870e607c23fce15781a693c4c8 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 21 Sep 2021 14:03:21 +0100 Subject: [PATCH] Track documentation images with LFS PNG images in the docs/ directory will be tracked using LFS, to avoid the repo becoming unmanageable. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9bafe31d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +docs/**/*.png filter=lfs diff=lfs merge=lfs -text