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