mirror of
https://github.com/go-gitea/gitea
synced 2025-12-06 21:08:25 +00:00
This would allow developers to keep a local file that'd add personal makefile targets for niche convenience customization without having to have the git workspace polluted with uncommitted changes. --------- Signed-off-by: techknowlogick <techknowlogick@gitea.com>
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
* text=auto eol=lf
|
|
*.tmpl linguist-language=Handlebars
|
|
*.pb.go linguist-generated
|
|
/assets/*.json linguist-generated
|
|
/public/assets/img/svg/*.svg linguist-generated
|
|
/templates/swagger/v1_json.tmpl linguist-generated
|
|
/options/fileicon/** linguist-generated
|
|
/vendor/** -text -eol linguist-vendored
|
|
/web_src/js/vendor/** -text -eol linguist-vendored
|
|
Dockerfile.* linguist-language=Dockerfile
|
|
Makefile.* linguist-language=Makefile
|