From 445c29be206eb5e5624a66d951170a80a6b466e9 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 21 Jan 2022 10:54:58 +0100 Subject: [PATCH] Add js vendor directory to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 05dde22cccb4a..4e83849e03e7e 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