From c49a6957b411272955c17bb6bf440ee4ea71f9f6 Mon Sep 17 00:00:00 2001 From: cato447 Date: Mon, 9 Mar 2026 21:49:32 +0100 Subject: [PATCH] added qcow and qcow2 to lfs globally --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..585a93c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.qcow filter=lfs diff=lfs merge=lfs -text +*.qcow2 filter=lfs diff=lfs merge=lfs -text