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.
This commit is contained in:
Emma Segal-Grossman 2024-12-07 01:27:50 -05:00 committed by GitHub
parent a35c311571
commit 69f21b2a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
frontend/xliff/*.xlf linguist-generated
frontend/src/__generated__/** linguist-generated
frontend/yarn.lock linguist-generated