Update .gitattributes for generated JavaScript [ci-skip]

This adds `linguist-generated` and `linguist-vendored` attributes where
appropriate to suppress the files in diffs and exclude the files from
the project's language stats on GitHub.

See https://github.com/github/linguist for more information.
This commit is contained in:
Jonathan Hefner 2023-11-05 11:41:29 -06:00
parent 3764d7bd16
commit 4dcd6ba8d3
4 changed files with 7 additions and 0 deletions

@ -1 +1,3 @@
actioncable.js linguist-generated
actioncable.esm.js linguist-generated
action_cable.js linguist-generated

@ -0,0 +1,2 @@
actiontext.js linguist-generated
trix.js linguist-vendored

@ -0,0 +1,2 @@
rails-ujs.js linguist-generated
rails-ujs.esm.js linguist-generated

@ -1 +1,2 @@
activestorage.js linguist-generated
activestorage.esm.js linguist-generated