mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
90b4d385dd
There are a few .tmpl files outside the templates directory. Match these as well by using `*.tmpl` glob in `.gitattributes`. Also, sort the file alphabetically.
10 lines
352 B
Plaintext
10 lines
352 B
Plaintext
* text=auto eol=lf
|
|
*.tmpl linguist-language=Handlebars
|
|
/.eslintrc linguist-language=YAML
|
|
/.stylelintrc linguist-language=YAML
|
|
/public/vendor/** -text -eol linguist-vendored
|
|
/vendor/** -text -eol linguist-vendored
|
|
/web_src/fomantic/build/** linguist-generated
|
|
/web_src/js/vendor/** -text -eol linguist-vendored
|
|
Dockerfile.* linguist-language=Dockerfile
|