diff options
author | silverwind <me@silverwind.io> | 2024-03-17 23:12:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 23:12:36 +0100 |
commit | 095fdd691dd1a7d7748372cc73e7708278c80933 (patch) | |
tree | ac511a4ecd9eb2a29ddddf9ab1d6e44c8f110ccd /.gitignore | |
parent | 5ca65d33906ebbca1e502536ffef18942b541c1d (diff) | |
download | gitea-095fdd691dd1a7d7748372cc73e7708278c80933.tar.gz gitea-095fdd691dd1a7d7748372cc73e7708278c80933.zip |
move some scripts from 'build' to 'tools' directory, misc refactors (#29844)
- Move some scripts from `build` to new `tools` dir. Eventually i would
like to move all but let's do it step-by-step.
- Add dir to eslint and move the files into vars.
- Update docs accordingly.
- While updating docs I noticed we were incorrectly having `public/img`
path still in a few places. Replace those with the current
`public/assets/img`.
---------
Co-authored-by: Nanguan Lin <nanguanlin6@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8f2544866a..abf9565cff 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,7 @@ cpu.out /data /indexers /log -/public/img/avatar +/public/assets/img/avatar /tests/integration/gitea-integration-* /tests/integration/indexers-* /tests/e2e/gitea-e2e-* |