mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
94037ada24
Running it as part of the build is really unnecessary because we have a valid output file in the repo and assuming go dependencies do not change unless go.mod also changes, tidy really is the best target to run the license generation after. Also, regenerate the file as I missed to do so during the chroma update, and mark all json files in assets as generated.
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
* text=auto eol=lf
|
|
*.tmpl linguist-language=Handlebars
|
|
/assets/*.json linguist-generated
|
|
/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
|