diff options
author | silverwind <me@silverwind.io> | 2022-09-04 00:20:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 00:20:46 +0200 |
commit | 49efd1fb96e70a0a2517b5183d66dba301649655 (patch) | |
tree | 16e2672c5edefb618c452960e6996030eb82aebb /.gitignore | |
parent | 82c6f7bf4afaa064035daae6094649d47cc3bc70 (diff) | |
download | gitea-49efd1fb96e70a0a2517b5183d66dba301649655.tar.gz gitea-49efd1fb96e70a0a2517b5183d66dba301649655.zip |
Add go licenses to licenses.txt (#21034)
`make go-licenses` will generate `assets/go-licenses.json` which is then included in the webpack build.
This step depends on both go and node being present, so unfortunately, I could not automate the generation by hooking it up to `tidy` as that target is triggered on CI where we do not have a docker image with both go an node.
It should be ran from time to time, ideally after each go mod update.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0407dfbbd1..1ce2a87611 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,7 @@ cpu.out !/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 /VERSION /.air +/.go-licenses # Snapcraft snap/.snapcraft/ |