[chore] Hide vendor from diffs (#1729)

Linguist already classifies vendor/ as vendored files, meaning they
don't count towards things like a repo language stat, but are still
shows in diffs.

By classifying them as generated instead they're not only excluded from
langauge stats but also hidden in diffs.
This commit is contained in:
Daenney
2023-05-02 22:11:41 +02:00
committed by GitHub
parent 3ff1391a9d
commit c41c1f90a6

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
/vendor/ linguist-generated