commit c41c1f90a6b8af60606c8e2f31b7cff0fa4732cc
parent 3ff1391a9dfaeee4102654a6a871ef843e13b639
Author: Daenney <daenney@users.noreply.github.com>
Date: Tue, 2 May 2023 22:11:41 +0200
[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.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -0,0 +1 @@
+/vendor/ linguist-generated