From f347df50b2958f970ebd72d363215298930923a3 Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Wed, 15 Oct 2025 10:42:24 -0700 Subject: [PATCH] chore: mark recordings as generated files # What does this PR do? ## Test Plan --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dc5bea248 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/**/recordings/** linguist-generated=true