From a2d2dcc21e395f530b65f118116f7a2f278b22c5 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Wed, 25 Sep 2024 22:41:42 +0200 Subject: [PATCH] Enable git lfs for snapshots files --- .gitattributes | 1 + .gitignore | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index b1f5e1192e4..bffb89d4ad0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * text=auto eol=lf Cargo.lock linguist-generated=false +**/tests/snapshots/**/*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 4a635412479..fab7870a6e8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ /.vscode /media/* .idea/ -**/tests/snapshots/*.new.png -**/tests/snapshots/*.diff.png +**/tests/snapshots/**/*.new.png +**/tests/snapshots/**/*.diff.png