diff options
author | silverwind <me@silverwind.io> | 2024-03-17 23:12:36 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-26 19:04:25 +0100 |
commit | 6eb576c36d84354c2047232c2682753f333b7794 (patch) | |
tree | a1af28b51e3b9612b0dae2c8edcc37c63c529593 /.gitignore | |
parent | Fix missing code in the user profile (#29865) (diff) | |
download | forgejo-6eb576c36d84354c2047232c2682753f333b7794.tar.xz forgejo-6eb576c36d84354c2047232c2682753f333b7794.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>
(cherry picked from commit 095fdd691dd1a7d7748372cc73e7708278c80933)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 34c71b6973..b883e079d1 100644 --- a/.gitignore +++ b/.gitignore @@ -64,7 +64,7 @@ cpu.out /data /indexers /log -/public/img/avatar +/public/assets/img/avatar /tests/integration/gitea-integration-* /tests/integration/indexers-* /tests/e2e/gitea-e2e-* |