Add js vendor directory to .gitattributes (#18350)

pull/17414/head
silverwind 3 years ago committed by GitHub
parent 6c7084cbee
commit 108f1aab5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -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

Loading…
Cancel
Save