From 69f21b2a79174ddde4635fd041fba262ce9fdda5 Mon Sep 17 00:00:00 2001 From: Emma Segal-Grossman Date: Sat, 7 Dec 2024 01:27:50 -0500 Subject: [PATCH] Add `linguist-generated` attribute to generated files (#2221) Just some best practices [as outlined here](https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github). Should help make code reviews a little nicer. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e816cc29 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +frontend/xliff/*.xlf linguist-generated +frontend/src/__generated__/** linguist-generated +frontend/yarn.lock linguist-generated