From b93963949deba650391cfda10c76dd9cdac9d0d3 Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Wed, 15 Oct 2025 10:32:59 -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..6a4486cf8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/*/recordings/* linguist-generated=true