Browse Source

[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.
pull/1733/head
Daenney 3 years ago committed by GitHub
parent
commit
c41c1f90a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -0,0 +1 @@
/vendor/ linguist-generated
Loading…
Cancel
Save