From dae5f7c74ddba60f224b9b499548cfeb765127de Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Wed, 14 May 2025 13:58:44 +0200 Subject: [PATCH] chore(tests): explicit cameras artefacts in gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5bd931b18..096d1613c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,5 @@ *.mp4 filter=lfs diff=lfs merge=lfs -text *.arrow filter=lfs diff=lfs merge=lfs -text *.json !text !filter !merge !diff -tests/artifacts/cameras/*.{png,bag} filter=lfs diff=lfs merge=lfs -text +tests/artifacts/cameras/*.png filter=lfs diff=lfs merge=lfs -text +tests/artifacts/cameras/*.bag filter=lfs diff=lfs merge=lfs -text