mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #40329 from jonathanhefner/gitattributes-vendored-and-generated
Add gitattributes for vendored and generated files [ci-skip]
This commit is contained in:
commit
4174d04f5b
3 changed files with 4 additions and 0 deletions
1
actioncable/app/assets/javascripts/.gitattributes
vendored
Normal file
1
actioncable/app/assets/javascripts/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
action_cable.js linguist-generated
|
1
activestorage/app/assets/javascripts/.gitattributes
vendored
Normal file
1
activestorage/app/assets/javascripts/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
activestorage.js linguist-generated
|
2
guides/assets/javascripts/.gitattributes
vendored
Normal file
2
guides/assets/javascripts/.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
clipboard.js linguist-vendored
|
||||
turbolinks.js linguist-vendored
|
Loading…
Reference in a new issue