1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-10 06:26:07 +02:00

Add js vendor directory to .gitattributes (#18350)

This commit is contained in:
silverwind 2022-01-21 07:42:38 -08:00 committed by GitHub
parent 6c7084cbee
commit 108f1aab5c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
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