diff options
author | silverwind <me@silverwind.io> | 2023-09-01 16:42:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 14:42:33 +0000 |
commit | 02efd990102481e8d6bd577d4feb874187a00182 (patch) | |
tree | 90f992f8a3971d9c58ab5fcaa2a65649ebd0e93e /.gitignore | |
parent | 327a7ad5185ea532389ff54b5faf91a8cf0429f3 (diff) | |
download | gitea-02efd990102481e8d6bd577d4feb874187a00182.tar.gz gitea-02efd990102481e8d6bd577d4feb874187a00182.zip |
Move licenses.txt to /assets directory (#26866)
Now that we have the `/assets` directory, we can put`licenses.txt`
directly into it instead of incorrect `/js` path which was previously
only done to avoid reserving a username.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6b699e0870..e3b9c3c43e 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ cpu.out /public/assets/js /public/assets/css /public/assets/fonts +/public/assets/licenses.txt /public/assets/img/webpack /vendor /web_src/fomantic/node_modules |