Add gitattributes for vendored and generated files [ci-skip]

The `linguist-vendored` attribute excludes the specified file from the
project's language stats on GitHub.  The `linguist-generated` attribute
does the same, and also suppresses that file in diffs on GitHub.

See https://github.com/github/linguist for more information.
This commit is contained in:
Jonathan Hefner 2020-10-04 11:43:23 -05:00
parent ae5ecfe26c
commit fd3fd618f4
3 changed files with 4 additions and 0 deletions

@ -0,0 +1 @@
action_cable.js linguist-generated

@ -0,0 +1 @@
activestorage.js linguist-generated

@ -0,0 +1,2 @@
clipboard.js linguist-vendored
turbolinks.js linguist-vendored