From d709eeb33f50345d5536b0dfa47d38ab88f4d20d Mon Sep 17 00:00:00 2001 From: ehhuang Date: Wed, 15 Oct 2025 11:06:42 -0700 Subject: [PATCH] chore: mark recordings as generated files (#3816) # What does this PR do? ## Test Plan image --- .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