diff options
author | silverwind | 2022-01-21 07:42:38 -0800 |
---|---|---|
committer | GitHub | 2022-01-21 23:42:38 +0800 |
commit | 108f1aab5cc4e667288a507acadb53a7b6ea4dbe (patch) | |
tree | 856bef8eb96795e22ede0c8b938a213a56163355 /.gitattributes | |
parent | 6c7084cbee1334c0e21118b5dbbd7368aff27ee8 (diff) |
Add js vendor directory to .gitattributes (#18350)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 05dde22cc..4e83849e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |