mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 09:30:25 +08:00
Add js vendor directory to .gitattributes (#18350)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,6 +1,7 @@
|
|||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
/vendor/** -text -eol linguist-vendored
|
/vendor/** -text -eol linguist-vendored
|
||||||
/public/vendor/** -text -eol linguist-vendored
|
/public/vendor/** -text -eol linguist-vendored
|
||||||
|
/web_src/js/vendor/** -text -eol linguist-vendored
|
||||||
/templates/**/*.tmpl linguist-language=Handlebars
|
/templates/**/*.tmpl linguist-language=Handlebars
|
||||||
/.eslintrc linguist-language=YAML
|
/.eslintrc linguist-language=YAML
|
||||||
/.stylelintrc linguist-language=YAML
|
/.stylelintrc linguist-language=YAML
|
||||||
|
|||||||
Reference in New Issue
Block a user