Skip to content

Commit 69f21b2

Browse files
authored
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.
1 parent a35c311 commit 69f21b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
frontend/xliff/*.xlf linguist-generated
2+
frontend/src/__generated__/** linguist-generated
3+
frontend/yarn.lock linguist-generated

0 commit comments

Comments
 (0)