Add js vendor directory to .gitattributes (#18350)

This commit is contained in:
silverwind
2022-01-21 07:42:38 -08:00
repo.diff.committed_by GitHub
repo.diff.parent 6c7084cbee
repo.diff.commit 108f1aab5c

1
.gitattributes repo.diff.vendored
repo.diff.view_file

@@ -1,6 +1,7 @@
* text=auto eol=lf
/vendor/** -text -eol linguist-vendored
/public/vendor/** -text -eol linguist-vendored
/web_src/js/vendor/** -text -eol linguist-vendored
/templates/**/*.tmpl linguist-language=Handlebars
/.eslintrc linguist-language=YAML
/.stylelintrc linguist-language=YAML