]> source.dussan.org Git - gitea.git/commit
Move public asset files to the proper directory (#25907)
authorwxiaoguang <wxiaoguang@gmail.com>
Tue, 18 Jul 2023 16:06:43 +0000 (00:06 +0800)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 16:06:43 +0000 (18:06 +0200)
commitfaa28b5a44912f1c63afddab9396bae9e6fe061c
tree0a3abf5922acc88887e83082994852c9ec822bb5
parent8af96f585f83ff5c0000f0395dab52b02517abe3
Move public asset files to the proper directory (#25907)

Move `public/*` to `public/assets/*`

Some old PRs (like #15219) introduced inconsistent directory system.

For example: why the local directory "public" is accessed by
`http://site/assets`? How to serve the ".well-known" files properly in
the public directory?

For convention rules, the "public" directory is widely used for the
website's root directory. It shouldn't be an exception for Gitea.

So, this PR makes the things consistent:

* `http://site/assets/foo` means `{CustomPath}/public/assets/foo`.
* `{CustomPath}/public/.well-known` and `{CustomPath}/public/robots.txt`
can be used in the future.

This PR is also a prerequisite for a clear solution for:
* #21942
* #25892
* discourse.gitea.io: [.well-known path serving custom files behind
proxy?](https://discourse.gitea.io/t/well-known-path-serving-custom-files-behind-proxy/5445/1)

This PR is breaking for users who have custom "public" files (CSS/JS).
After getting approvals, I will update the documents.

----

## ⚠️ BREAKING ⚠️

If you have files in your "custom/public/" folder, please move them to
"custom/public/assets/".

---------

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Giteabot <teabot@gitea.io>
814 files changed:
.dockerignore
.gitattributes
.gitignore
Makefile
README.md
README_ZH.md
build/generate-images.js
build/generate-svg.js
custom/conf/app.example.ini
docs/content/doc/administration/cmd-embedded.en-us.md
docs/content/doc/administration/config-cheat-sheet.en-us.md
docs/content/doc/administration/customizing-gitea.en-us.md
docs/content/doc/administration/external-renderers.en-us.md
docs/content/doc/development/hacking-on-gitea.en-us.md
docs/content/doc/help/faq.en-us.md
modules/public/public.go
modules/svg/svg.go
public/assets/img/404.png [new file with mode: 0644]
public/assets/img/500.png [new file with mode: 0644]
public/assets/img/apple-touch-icon.png [new file with mode: 0644]
public/assets/img/avatar_default.png [new file with mode: 0644]
public/assets/img/checkmark.png [new file with mode: 0644]
public/assets/img/dingtalk.ico [new file with mode: 0644]
public/assets/img/discord.png [new file with mode: 0644]
public/assets/img/emoji/codeberg.png [new file with mode: 0644]
public/assets/img/emoji/git.png [new file with mode: 0644]
public/assets/img/emoji/gitea.png [new file with mode: 0644]
public/assets/img/emoji/github.png [new file with mode: 0644]
public/assets/img/emoji/gitlab.png [new file with mode: 0644]
public/assets/img/emoji/gogs.png [new file with mode: 0644]
public/assets/img/failed.png [new file with mode: 0644]
public/assets/img/favicon.png [new file with mode: 0644]
public/assets/img/favicon.svg [new file with mode: 0644]
public/assets/img/feishu.png [new file with mode: 0644]
public/assets/img/gitea.svg [new file with mode: 0644]
public/assets/img/gogs.ico [new file with mode: 0644]
public/assets/img/loading.png [new file with mode: 0644]
public/assets/img/logo.png [new file with mode: 0644]
public/assets/img/logo.svg [new file with mode: 0644]
public/assets/img/msteams.png [new file with mode: 0644]
public/assets/img/openid-16x16.png [new file with mode: 0644]
public/assets/img/packagist.png [new file with mode: 0644]
public/assets/img/repo_default.png [new file with mode: 0644]
public/assets/img/slack.png [new file with mode: 0644]
public/assets/img/svg/fontawesome-openid.svg [new file with mode: 0644]
public/assets/img/svg/fontawesome-save.svg [new file with mode: 0644]
public/assets/img/svg/fontawesome-send.svg [new file with mode: 0644]
public/assets/img/svg/fontawesome-windows.svg [new file with mode: 0644]
public/assets/img/svg/gitea-alpine.svg [new file with mode: 0644]
public/assets/img/svg/gitea-azuread.svg [new file with mode: 0644]
public/assets/img/svg/gitea-azureadv2.svg [new file with mode: 0644]
public/assets/img/svg/gitea-bitbucket.svg [new file with mode: 0644]
public/assets/img/svg/gitea-cargo.svg [new file with mode: 0644]
public/assets/img/svg/gitea-chef.svg [new file with mode: 0644]
public/assets/img/svg/gitea-codebase.svg [new file with mode: 0644]
public/assets/img/svg/gitea-composer.svg [new file with mode: 0644]
public/assets/img/svg/gitea-conan.svg [new file with mode: 0644]
public/assets/img/svg/gitea-conda.svg [new file with mode: 0644]
public/assets/img/svg/gitea-cran.svg [new file with mode: 0644]
public/assets/img/svg/gitea-debian.svg [new file with mode: 0644]
public/assets/img/svg/gitea-discord.svg [new file with mode: 0644]
public/assets/img/svg/gitea-double-chevron-left.svg [new file with mode: 0644]
public/assets/img/svg/gitea-double-chevron-right.svg [new file with mode: 0644]
public/assets/img/svg/gitea-dropbox.svg [new file with mode: 0644]
public/assets/img/svg/gitea-empty-checkbox.svg [new file with mode: 0644]
public/assets/img/svg/gitea-exclamation.svg [new file with mode: 0644]
public/assets/img/svg/gitea-facebook.svg [new file with mode: 0644]
public/assets/img/svg/gitea-git.svg [new file with mode: 0644]
public/assets/img/svg/gitea-gitbucket.svg [new file with mode: 0644]
public/assets/img/svg/gitea-gitea.svg [new file with mode: 0644]
public/assets/img/svg/gitea-gitlab.svg [new file with mode: 0644]
public/assets/img/svg/gitea-go.svg [new file with mode: 0644]
public/assets/img/svg/gitea-gogs.svg [new file with mode: 0644]
public/assets/img/svg/gitea-google.svg [new file with mode: 0644]
public/assets/img/svg/gitea-helm.svg [new file with mode: 0644]
public/assets/img/svg/gitea-join.svg [new file with mode: 0644]
public/assets/img/svg/gitea-lock-cog.svg [new file with mode: 0644]
public/assets/img/svg/gitea-lock.svg [new file with mode: 0644]
public/assets/img/svg/gitea-mastodon.svg [new file with mode: 0644]
public/assets/img/svg/gitea-matrix.svg [new file with mode: 0644]
public/assets/img/svg/gitea-maven.svg [new file with mode: 0644]
public/assets/img/svg/gitea-microsoftonline.svg [new file with mode: 0644]
public/assets/img/svg/gitea-nextcloud.svg [new file with mode: 0644]
public/assets/img/svg/gitea-npm.svg [new file with mode: 0644]
public/assets/img/svg/gitea-nuget.svg [new file with mode: 0644]
public/assets/img/svg/gitea-onedev.svg [new file with mode: 0644]
public/assets/img/svg/gitea-openid.svg [new file with mode: 0644]
public/assets/img/svg/gitea-pub.svg [new file with mode: 0644]
public/assets/img/svg/gitea-python.svg [new file with mode: 0644]
public/assets/img/svg/gitea-rpm.svg [new file with mode: 0644]
public/assets/img/svg/gitea-rubygems.svg [new file with mode: 0644]
public/assets/img/svg/gitea-split.svg [new file with mode: 0644]
public/assets/img/svg/gitea-swift.svg [new file with mode: 0644]
public/assets/img/svg/gitea-twitter.svg [new file with mode: 0644]
public/assets/img/svg/gitea-unlock.svg [new file with mode: 0644]
public/assets/img/svg/gitea-vagrant.svg [new file with mode: 0644]
public/assets/img/svg/gitea-vscode.svg [new file with mode: 0644]
public/assets/img/svg/gitea-whitespace.svg [new file with mode: 0644]
public/assets/img/svg/gitea-yandex.svg [new file with mode: 0644]
public/assets/img/svg/material-invert-colors.svg [new file with mode: 0644]
public/assets/img/svg/material-palette.svg [new file with mode: 0644]
public/assets/img/svg/octicon-accessibility-inset.svg [new file with mode: 0644]
public/assets/img/svg/octicon-accessibility.svg [new file with mode: 0644]
public/assets/img/svg/octicon-alert-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-alert.svg [new file with mode: 0644]
public/assets/img/svg/octicon-apps.svg [new file with mode: 0644]
public/assets/img/svg/octicon-archive.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-both.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-down-left.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-down-right.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-down.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-left.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-right.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-switch.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-up-left.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-up-right.svg [new file with mode: 0644]
public/assets/img/svg/octicon-arrow-up.svg [new file with mode: 0644]
public/assets/img/svg/octicon-beaker.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bell-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bell-slash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bell.svg [new file with mode: 0644]
public/assets/img/svg/octicon-blocked.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bold.svg [new file with mode: 0644]
public/assets/img/svg/octicon-book.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bookmark-slash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bookmark.svg [new file with mode: 0644]
public/assets/img/svg/octicon-briefcase.svg [new file with mode: 0644]
public/assets/img/svg/octicon-broadcast.svg [new file with mode: 0644]
public/assets/img/svg/octicon-browser.svg [new file with mode: 0644]
public/assets/img/svg/octicon-bug.svg [new file with mode: 0644]
public/assets/img/svg/octicon-cache.svg [new file with mode: 0644]
public/assets/img/svg/octicon-calendar.svg [new file with mode: 0644]
public/assets/img/svg/octicon-check-circle-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-check-circle.svg [new file with mode: 0644]
public/assets/img/svg/octicon-check.svg [new file with mode: 0644]
public/assets/img/svg/octicon-checkbox.svg [new file with mode: 0644]
public/assets/img/svg/octicon-checklist.svg [new file with mode: 0644]
public/assets/img/svg/octicon-chevron-down.svg [new file with mode: 0644]
public/assets/img/svg/octicon-chevron-left.svg [new file with mode: 0644]
public/assets/img/svg/octicon-chevron-right.svg [new file with mode: 0644]
public/assets/img/svg/octicon-chevron-up.svg [new file with mode: 0644]
public/assets/img/svg/octicon-circle-slash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-circle.svg [new file with mode: 0644]
public/assets/img/svg/octicon-clock-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-clock.svg [new file with mode: 0644]
public/assets/img/svg/octicon-cloud-offline.svg [new file with mode: 0644]
public/assets/img/svg/octicon-cloud.svg [new file with mode: 0644]
public/assets/img/svg/octicon-code-of-conduct.svg [new file with mode: 0644]
public/assets/img/svg/octicon-code-review.svg [new file with mode: 0644]
public/assets/img/svg/octicon-code-square.svg [new file with mode: 0644]
public/assets/img/svg/octicon-code.svg [new file with mode: 0644]
public/assets/img/svg/octicon-codescan-checkmark.svg [new file with mode: 0644]
public/assets/img/svg/octicon-codescan.svg [new file with mode: 0644]
public/assets/img/svg/octicon-codespaces.svg [new file with mode: 0644]
public/assets/img/svg/octicon-columns.svg [new file with mode: 0644]
public/assets/img/svg/octicon-command-palette.svg [new file with mode: 0644]
public/assets/img/svg/octicon-comment-discussion.svg [new file with mode: 0644]
public/assets/img/svg/octicon-comment.svg [new file with mode: 0644]
public/assets/img/svg/octicon-container.svg [new file with mode: 0644]
public/assets/img/svg/octicon-copilot-error.svg [new file with mode: 0644]
public/assets/img/svg/octicon-copilot-warning.svg [new file with mode: 0644]
public/assets/img/svg/octicon-copilot.svg [new file with mode: 0644]
public/assets/img/svg/octicon-copy.svg [new file with mode: 0644]
public/assets/img/svg/octicon-cpu.svg [new file with mode: 0644]
public/assets/img/svg/octicon-credit-card.svg [new file with mode: 0644]
public/assets/img/svg/octicon-cross-reference.svg [new file with mode: 0644]
public/assets/img/svg/octicon-dash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-database.svg [new file with mode: 0644]
public/assets/img/svg/octicon-dependabot.svg [new file with mode: 0644]
public/assets/img/svg/octicon-desktop-download.svg [new file with mode: 0644]
public/assets/img/svg/octicon-device-camera-video.svg [new file with mode: 0644]
public/assets/img/svg/octicon-device-camera.svg [new file with mode: 0644]
public/assets/img/svg/octicon-device-desktop.svg [new file with mode: 0644]
public/assets/img/svg/octicon-device-mobile.svg [new file with mode: 0644]
public/assets/img/svg/octicon-devices.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diamond.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diff-added.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diff-ignored.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diff-modified.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diff-removed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diff-renamed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-diff.svg [new file with mode: 0644]
public/assets/img/svg/octicon-discussion-closed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-discussion-duplicate.svg [new file with mode: 0644]
public/assets/img/svg/octicon-discussion-outdated.svg [new file with mode: 0644]
public/assets/img/svg/octicon-dot-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-dot.svg [new file with mode: 0644]
public/assets/img/svg/octicon-download.svg [new file with mode: 0644]
public/assets/img/svg/octicon-duplicate.svg [new file with mode: 0644]
public/assets/img/svg/octicon-ellipsis.svg [new file with mode: 0644]
public/assets/img/svg/octicon-eye-closed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-eye.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-discussion.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-forked.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-heart.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-merged.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-person.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-repo.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-rocket.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-star.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-tag.svg [new file with mode: 0644]
public/assets/img/svg/octicon-feed-trophy.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-added.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-badge.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-binary.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-code.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-diff.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-directory-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-directory-open-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-directory-symlink.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-directory.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-moved.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-removed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-submodule.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-symlink-file.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file-zip.svg [new file with mode: 0644]
public/assets/img/svg/octicon-file.svg [new file with mode: 0644]
public/assets/img/svg/octicon-filter.svg [new file with mode: 0644]
public/assets/img/svg/octicon-fiscal-host.svg [new file with mode: 0644]
public/assets/img/svg/octicon-flame.svg [new file with mode: 0644]
public/assets/img/svg/octicon-fold-down.svg [new file with mode: 0644]
public/assets/img/svg/octicon-fold-up.svg [new file with mode: 0644]
public/assets/img/svg/octicon-fold.svg [new file with mode: 0644]
public/assets/img/svg/octicon-gear.svg [new file with mode: 0644]
public/assets/img/svg/octicon-gift.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-branch.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-commit.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-compare.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-merge-queue.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-merge.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-pull-request-closed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-pull-request-draft.svg [new file with mode: 0644]
public/assets/img/svg/octicon-git-pull-request.svg [new file with mode: 0644]
public/assets/img/svg/octicon-globe.svg [new file with mode: 0644]
public/assets/img/svg/octicon-goal.svg [new file with mode: 0644]
public/assets/img/svg/octicon-grabber.svg [new file with mode: 0644]
public/assets/img/svg/octicon-graph.svg [new file with mode: 0644]
public/assets/img/svg/octicon-hash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-heading.svg [new file with mode: 0644]
public/assets/img/svg/octicon-heart-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-heart.svg [new file with mode: 0644]
public/assets/img/svg/octicon-history.svg [new file with mode: 0644]
public/assets/img/svg/octicon-home.svg [new file with mode: 0644]
public/assets/img/svg/octicon-horizontal-rule.svg [new file with mode: 0644]
public/assets/img/svg/octicon-hourglass.svg [new file with mode: 0644]
public/assets/img/svg/octicon-hubot.svg [new file with mode: 0644]
public/assets/img/svg/octicon-id-badge.svg [new file with mode: 0644]
public/assets/img/svg/octicon-image.svg [new file with mode: 0644]
public/assets/img/svg/octicon-inbox.svg [new file with mode: 0644]
public/assets/img/svg/octicon-infinity.svg [new file with mode: 0644]
public/assets/img/svg/octicon-info.svg [new file with mode: 0644]
public/assets/img/svg/octicon-issue-closed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-issue-draft.svg [new file with mode: 0644]
public/assets/img/svg/octicon-issue-opened.svg [new file with mode: 0644]
public/assets/img/svg/octicon-issue-reopened.svg [new file with mode: 0644]
public/assets/img/svg/octicon-issue-tracked-by.svg [new file with mode: 0644]
public/assets/img/svg/octicon-issue-tracks.svg [new file with mode: 0644]
public/assets/img/svg/octicon-italic.svg [new file with mode: 0644]
public/assets/img/svg/octicon-iterations.svg [new file with mode: 0644]
public/assets/img/svg/octicon-kebab-horizontal.svg [new file with mode: 0644]
public/assets/img/svg/octicon-key-asterisk.svg [new file with mode: 0644]
public/assets/img/svg/octicon-key.svg [new file with mode: 0644]
public/assets/img/svg/octicon-law.svg [new file with mode: 0644]
public/assets/img/svg/octicon-light-bulb.svg [new file with mode: 0644]
public/assets/img/svg/octicon-link-external.svg [new file with mode: 0644]
public/assets/img/svg/octicon-link.svg [new file with mode: 0644]
public/assets/img/svg/octicon-list-ordered.svg [new file with mode: 0644]
public/assets/img/svg/octicon-list-unordered.svg [new file with mode: 0644]
public/assets/img/svg/octicon-location.svg [new file with mode: 0644]
public/assets/img/svg/octicon-lock.svg [new file with mode: 0644]
public/assets/img/svg/octicon-log.svg [new file with mode: 0644]
public/assets/img/svg/octicon-logo-gist.svg [new file with mode: 0644]
public/assets/img/svg/octicon-logo-github.svg [new file with mode: 0644]
public/assets/img/svg/octicon-mail.svg [new file with mode: 0644]
public/assets/img/svg/octicon-mark-github.svg [new file with mode: 0644]
public/assets/img/svg/octicon-markdown.svg [new file with mode: 0644]
public/assets/img/svg/octicon-megaphone.svg [new file with mode: 0644]
public/assets/img/svg/octicon-mention.svg [new file with mode: 0644]
public/assets/img/svg/octicon-meter.svg [new file with mode: 0644]
public/assets/img/svg/octicon-milestone.svg [new file with mode: 0644]
public/assets/img/svg/octicon-mirror.svg [new file with mode: 0644]
public/assets/img/svg/octicon-moon.svg [new file with mode: 0644]
public/assets/img/svg/octicon-mortar-board.svg [new file with mode: 0644]
public/assets/img/svg/octicon-move-to-bottom.svg [new file with mode: 0644]
public/assets/img/svg/octicon-move-to-end.svg [new file with mode: 0644]
public/assets/img/svg/octicon-move-to-start.svg [new file with mode: 0644]
public/assets/img/svg/octicon-move-to-top.svg [new file with mode: 0644]
public/assets/img/svg/octicon-multi-select.svg [new file with mode: 0644]
public/assets/img/svg/octicon-mute.svg [new file with mode: 0644]
public/assets/img/svg/octicon-no-entry.svg [new file with mode: 0644]
public/assets/img/svg/octicon-north-star.svg [new file with mode: 0644]
public/assets/img/svg/octicon-note.svg [new file with mode: 0644]
public/assets/img/svg/octicon-number.svg [new file with mode: 0644]
public/assets/img/svg/octicon-organization.svg [new file with mode: 0644]
public/assets/img/svg/octicon-package-dependencies.svg [new file with mode: 0644]
public/assets/img/svg/octicon-package-dependents.svg [new file with mode: 0644]
public/assets/img/svg/octicon-package.svg [new file with mode: 0644]
public/assets/img/svg/octicon-paintbrush.svg [new file with mode: 0644]
public/assets/img/svg/octicon-paper-airplane.svg [new file with mode: 0644]
public/assets/img/svg/octicon-paperclip.svg [new file with mode: 0644]
public/assets/img/svg/octicon-passkey-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-paste.svg [new file with mode: 0644]
public/assets/img/svg/octicon-pencil.svg [new file with mode: 0644]
public/assets/img/svg/octicon-people.svg [new file with mode: 0644]
public/assets/img/svg/octicon-person-add.svg [new file with mode: 0644]
public/assets/img/svg/octicon-person-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-person.svg [new file with mode: 0644]
public/assets/img/svg/octicon-pin-slash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-pin.svg [new file with mode: 0644]
public/assets/img/svg/octicon-pivot-column.svg [new file with mode: 0644]
public/assets/img/svg/octicon-play.svg [new file with mode: 0644]
public/assets/img/svg/octicon-plug.svg [new file with mode: 0644]
public/assets/img/svg/octicon-plus-circle.svg [new file with mode: 0644]
public/assets/img/svg/octicon-plus.svg [new file with mode: 0644]
public/assets/img/svg/octicon-project-roadmap.svg [new file with mode: 0644]
public/assets/img/svg/octicon-project-symlink.svg [new file with mode: 0644]
public/assets/img/svg/octicon-project-template.svg [new file with mode: 0644]
public/assets/img/svg/octicon-project.svg [new file with mode: 0644]
public/assets/img/svg/octicon-pulse.svg [new file with mode: 0644]
public/assets/img/svg/octicon-question.svg [new file with mode: 0644]
public/assets/img/svg/octicon-quote.svg [new file with mode: 0644]
public/assets/img/svg/octicon-read.svg [new file with mode: 0644]
public/assets/img/svg/octicon-redo.svg [new file with mode: 0644]
public/assets/img/svg/octicon-rel-file-path.svg [new file with mode: 0644]
public/assets/img/svg/octicon-reply.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-clone.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-deleted.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-forked.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-locked.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-pull.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-push.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo-template.svg [new file with mode: 0644]
public/assets/img/svg/octicon-repo.svg [new file with mode: 0644]
public/assets/img/svg/octicon-report.svg [new file with mode: 0644]
public/assets/img/svg/octicon-rocket.svg [new file with mode: 0644]
public/assets/img/svg/octicon-rows.svg [new file with mode: 0644]
public/assets/img/svg/octicon-rss.svg [new file with mode: 0644]
public/assets/img/svg/octicon-ruby.svg [new file with mode: 0644]
public/assets/img/svg/octicon-screen-full.svg [new file with mode: 0644]
public/assets/img/svg/octicon-screen-normal.svg [new file with mode: 0644]
public/assets/img/svg/octicon-search.svg [new file with mode: 0644]
public/assets/img/svg/octicon-server.svg [new file with mode: 0644]
public/assets/img/svg/octicon-share-android.svg [new file with mode: 0644]
public/assets/img/svg/octicon-share.svg [new file with mode: 0644]
public/assets/img/svg/octicon-shield-check.svg [new file with mode: 0644]
public/assets/img/svg/octicon-shield-lock.svg [new file with mode: 0644]
public/assets/img/svg/octicon-shield-slash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-shield-x.svg [new file with mode: 0644]
public/assets/img/svg/octicon-shield.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sidebar-collapse.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sidebar-expand.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sign-in.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sign-out.svg [new file with mode: 0644]
public/assets/img/svg/octicon-single-select.svg [new file with mode: 0644]
public/assets/img/svg/octicon-skip-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-skip.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sliders.svg [new file with mode: 0644]
public/assets/img/svg/octicon-smiley.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sort-asc.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sort-desc.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sparkle-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sponsor-tiers.svg [new file with mode: 0644]
public/assets/img/svg/octicon-square-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-square.svg [new file with mode: 0644]
public/assets/img/svg/octicon-squirrel.svg [new file with mode: 0644]
public/assets/img/svg/octicon-stack.svg [new file with mode: 0644]
public/assets/img/svg/octicon-star-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-star.svg [new file with mode: 0644]
public/assets/img/svg/octicon-stop.svg [new file with mode: 0644]
public/assets/img/svg/octicon-stopwatch.svg [new file with mode: 0644]
public/assets/img/svg/octicon-strikethrough.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sun.svg [new file with mode: 0644]
public/assets/img/svg/octicon-sync.svg [new file with mode: 0644]
public/assets/img/svg/octicon-tab-external.svg [new file with mode: 0644]
public/assets/img/svg/octicon-table.svg [new file with mode: 0644]
public/assets/img/svg/octicon-tag.svg [new file with mode: 0644]
public/assets/img/svg/octicon-tasklist.svg [new file with mode: 0644]
public/assets/img/svg/octicon-telescope-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-telescope.svg [new file with mode: 0644]
public/assets/img/svg/octicon-terminal.svg [new file with mode: 0644]
public/assets/img/svg/octicon-three-bars.svg [new file with mode: 0644]
public/assets/img/svg/octicon-thumbsdown.svg [new file with mode: 0644]
public/assets/img/svg/octicon-thumbsup.svg [new file with mode: 0644]
public/assets/img/svg/octicon-tools.svg [new file with mode: 0644]
public/assets/img/svg/octicon-tracked-by-closed-completed.svg [new file with mode: 0644]
public/assets/img/svg/octicon-tracked-by-closed-not-planned.svg [new file with mode: 0644]
public/assets/img/svg/octicon-trash.svg [new file with mode: 0644]
public/assets/img/svg/octicon-triangle-down.svg [new file with mode: 0644]
public/assets/img/svg/octicon-triangle-left.svg [new file with mode: 0644]
public/assets/img/svg/octicon-triangle-right.svg [new file with mode: 0644]
public/assets/img/svg/octicon-triangle-up.svg [new file with mode: 0644]
public/assets/img/svg/octicon-trophy.svg [new file with mode: 0644]
public/assets/img/svg/octicon-typography.svg [new file with mode: 0644]
public/assets/img/svg/octicon-undo.svg [new file with mode: 0644]
public/assets/img/svg/octicon-unfold.svg [new file with mode: 0644]
public/assets/img/svg/octicon-unlink.svg [new file with mode: 0644]
public/assets/img/svg/octicon-unlock.svg [new file with mode: 0644]
public/assets/img/svg/octicon-unmute.svg [new file with mode: 0644]
public/assets/img/svg/octicon-unread.svg [new file with mode: 0644]
public/assets/img/svg/octicon-unverified.svg [new file with mode: 0644]
public/assets/img/svg/octicon-upload.svg [new file with mode: 0644]
public/assets/img/svg/octicon-verified.svg [new file with mode: 0644]
public/assets/img/svg/octicon-versions.svg [new file with mode: 0644]
public/assets/img/svg/octicon-video.svg [new file with mode: 0644]
public/assets/img/svg/octicon-webhook.svg [new file with mode: 0644]
public/assets/img/svg/octicon-workflow.svg [new file with mode: 0644]
public/assets/img/svg/octicon-x-circle-fill.svg [new file with mode: 0644]
public/assets/img/svg/octicon-x-circle.svg [new file with mode: 0644]
public/assets/img/svg/octicon-x.svg [new file with mode: 0644]
public/assets/img/svg/octicon-zap.svg [new file with mode: 0644]
public/assets/img/svg/octicon-zoom-in.svg [new file with mode: 0644]
public/assets/img/svg/octicon-zoom-out.svg [new file with mode: 0644]
public/assets/img/telegram.png [new file with mode: 0644]
public/assets/img/wechatwork.png [new file with mode: 0644]
public/img/404.png [deleted file]
public/img/500.png [deleted file]
public/img/apple-touch-icon.png [deleted file]
public/img/avatar_default.png [deleted file]
public/img/checkmark.png [deleted file]
public/img/dingtalk.ico [deleted file]
public/img/discord.png [deleted file]
public/img/emoji/codeberg.png [deleted file]
public/img/emoji/git.png [deleted file]
public/img/emoji/gitea.png [deleted file]
public/img/emoji/github.png [deleted file]
public/img/emoji/gitlab.png [deleted file]
public/img/emoji/gogs.png [deleted file]
public/img/failed.png [deleted file]
public/img/favicon.png [deleted file]
public/img/favicon.svg [deleted file]
public/img/feishu.png [deleted file]
public/img/gitea.svg [deleted file]
public/img/gogs.ico [deleted file]
public/img/loading.png [deleted file]
public/img/logo.png [deleted file]
public/img/logo.svg [deleted file]
public/img/msteams.png [deleted file]
public/img/openid-16x16.png [deleted file]
public/img/packagist.png [deleted file]
public/img/repo_default.png [deleted file]
public/img/slack.png [deleted file]
public/img/svg/fontawesome-openid.svg [deleted file]
public/img/svg/fontawesome-save.svg [deleted file]
public/img/svg/fontawesome-send.svg [deleted file]
public/img/svg/fontawesome-windows.svg [deleted file]
public/img/svg/gitea-alpine.svg [deleted file]
public/img/svg/gitea-azuread.svg [deleted file]
public/img/svg/gitea-azureadv2.svg [deleted file]
public/img/svg/gitea-bitbucket.svg [deleted file]
public/img/svg/gitea-cargo.svg [deleted file]
public/img/svg/gitea-chef.svg [deleted file]
public/img/svg/gitea-codebase.svg [deleted file]
public/img/svg/gitea-composer.svg [deleted file]
public/img/svg/gitea-conan.svg [deleted file]
public/img/svg/gitea-conda.svg [deleted file]
public/img/svg/gitea-cran.svg [deleted file]
public/img/svg/gitea-debian.svg [deleted file]
public/img/svg/gitea-discord.svg [deleted file]
public/img/svg/gitea-double-chevron-left.svg [deleted file]
public/img/svg/gitea-double-chevron-right.svg [deleted file]
public/img/svg/gitea-dropbox.svg [deleted file]
public/img/svg/gitea-empty-checkbox.svg [deleted file]
public/img/svg/gitea-exclamation.svg [deleted file]
public/img/svg/gitea-facebook.svg [deleted file]
public/img/svg/gitea-git.svg [deleted file]
public/img/svg/gitea-gitbucket.svg [deleted file]
public/img/svg/gitea-gitea.svg [deleted file]
public/img/svg/gitea-gitlab.svg [deleted file]
public/img/svg/gitea-go.svg [deleted file]
public/img/svg/gitea-gogs.svg [deleted file]
public/img/svg/gitea-google.svg [deleted file]
public/img/svg/gitea-helm.svg [deleted file]
public/img/svg/gitea-join.svg [deleted file]
public/img/svg/gitea-lock-cog.svg [deleted file]
public/img/svg/gitea-lock.svg [deleted file]
public/img/svg/gitea-mastodon.svg [deleted file]
public/img/svg/gitea-matrix.svg [deleted file]
public/img/svg/gitea-maven.svg [deleted file]
public/img/svg/gitea-microsoftonline.svg [deleted file]
public/img/svg/gitea-nextcloud.svg [deleted file]
public/img/svg/gitea-npm.svg [deleted file]
public/img/svg/gitea-nuget.svg [deleted file]
public/img/svg/gitea-onedev.svg [deleted file]
public/img/svg/gitea-openid.svg [deleted file]
public/img/svg/gitea-pub.svg [deleted file]
public/img/svg/gitea-python.svg [deleted file]
public/img/svg/gitea-rpm.svg [deleted file]
public/img/svg/gitea-rubygems.svg [deleted file]
public/img/svg/gitea-split.svg [deleted file]
public/img/svg/gitea-swift.svg [deleted file]
public/img/svg/gitea-twitter.svg [deleted file]
public/img/svg/gitea-unlock.svg [deleted file]
public/img/svg/gitea-vagrant.svg [deleted file]
public/img/svg/gitea-vscode.svg [deleted file]
public/img/svg/gitea-whitespace.svg [deleted file]
public/img/svg/gitea-yandex.svg [deleted file]
public/img/svg/material-invert-colors.svg [deleted file]
public/img/svg/material-palette.svg [deleted file]
public/img/svg/octicon-accessibility-inset.svg [deleted file]
public/img/svg/octicon-accessibility.svg [deleted file]
public/img/svg/octicon-alert-fill.svg [deleted file]
public/img/svg/octicon-alert.svg [deleted file]
public/img/svg/octicon-apps.svg [deleted file]
public/img/svg/octicon-archive.svg [deleted file]
public/img/svg/octicon-arrow-both.svg [deleted file]
public/img/svg/octicon-arrow-down-left.svg [deleted file]
public/img/svg/octicon-arrow-down-right.svg [deleted file]
public/img/svg/octicon-arrow-down.svg [deleted file]
public/img/svg/octicon-arrow-left.svg [deleted file]
public/img/svg/octicon-arrow-right.svg [deleted file]
public/img/svg/octicon-arrow-switch.svg [deleted file]
public/img/svg/octicon-arrow-up-left.svg [deleted file]
public/img/svg/octicon-arrow-up-right.svg [deleted file]
public/img/svg/octicon-arrow-up.svg [deleted file]
public/img/svg/octicon-beaker.svg [deleted file]
public/img/svg/octicon-bell-fill.svg [deleted file]
public/img/svg/octicon-bell-slash.svg [deleted file]
public/img/svg/octicon-bell.svg [deleted file]
public/img/svg/octicon-blocked.svg [deleted file]
public/img/svg/octicon-bold.svg [deleted file]
public/img/svg/octicon-book.svg [deleted file]
public/img/svg/octicon-bookmark-slash.svg [deleted file]
public/img/svg/octicon-bookmark.svg [deleted file]
public/img/svg/octicon-briefcase.svg [deleted file]
public/img/svg/octicon-broadcast.svg [deleted file]
public/img/svg/octicon-browser.svg [deleted file]
public/img/svg/octicon-bug.svg [deleted file]
public/img/svg/octicon-cache.svg [deleted file]
public/img/svg/octicon-calendar.svg [deleted file]
public/img/svg/octicon-check-circle-fill.svg [deleted file]
public/img/svg/octicon-check-circle.svg [deleted file]
public/img/svg/octicon-check.svg [deleted file]
public/img/svg/octicon-checkbox.svg [deleted file]
public/img/svg/octicon-checklist.svg [deleted file]
public/img/svg/octicon-chevron-down.svg [deleted file]
public/img/svg/octicon-chevron-left.svg [deleted file]
public/img/svg/octicon-chevron-right.svg [deleted file]
public/img/svg/octicon-chevron-up.svg [deleted file]
public/img/svg/octicon-circle-slash.svg [deleted file]
public/img/svg/octicon-circle.svg [deleted file]
public/img/svg/octicon-clock-fill.svg [deleted file]
public/img/svg/octicon-clock.svg [deleted file]
public/img/svg/octicon-cloud-offline.svg [deleted file]
public/img/svg/octicon-cloud.svg [deleted file]
public/img/svg/octicon-code-of-conduct.svg [deleted file]
public/img/svg/octicon-code-review.svg [deleted file]
public/img/svg/octicon-code-square.svg [deleted file]
public/img/svg/octicon-code.svg [deleted file]
public/img/svg/octicon-codescan-checkmark.svg [deleted file]
public/img/svg/octicon-codescan.svg [deleted file]
public/img/svg/octicon-codespaces.svg [deleted file]
public/img/svg/octicon-columns.svg [deleted file]
public/img/svg/octicon-command-palette.svg [deleted file]
public/img/svg/octicon-comment-discussion.svg [deleted file]
public/img/svg/octicon-comment.svg [deleted file]
public/img/svg/octicon-container.svg [deleted file]
public/img/svg/octicon-copilot-error.svg [deleted file]
public/img/svg/octicon-copilot-warning.svg [deleted file]
public/img/svg/octicon-copilot.svg [deleted file]
public/img/svg/octicon-copy.svg [deleted file]
public/img/svg/octicon-cpu.svg [deleted file]
public/img/svg/octicon-credit-card.svg [deleted file]
public/img/svg/octicon-cross-reference.svg [deleted file]
public/img/svg/octicon-dash.svg [deleted file]
public/img/svg/octicon-database.svg [deleted file]
public/img/svg/octicon-dependabot.svg [deleted file]
public/img/svg/octicon-desktop-download.svg [deleted file]
public/img/svg/octicon-device-camera-video.svg [deleted file]
public/img/svg/octicon-device-camera.svg [deleted file]
public/img/svg/octicon-device-desktop.svg [deleted file]
public/img/svg/octicon-device-mobile.svg [deleted file]
public/img/svg/octicon-devices.svg [deleted file]
public/img/svg/octicon-diamond.svg [deleted file]
public/img/svg/octicon-diff-added.svg [deleted file]
public/img/svg/octicon-diff-ignored.svg [deleted file]
public/img/svg/octicon-diff-modified.svg [deleted file]
public/img/svg/octicon-diff-removed.svg [deleted file]
public/img/svg/octicon-diff-renamed.svg [deleted file]
public/img/svg/octicon-diff.svg [deleted file]
public/img/svg/octicon-discussion-closed.svg [deleted file]
public/img/svg/octicon-discussion-duplicate.svg [deleted file]
public/img/svg/octicon-discussion-outdated.svg [deleted file]
public/img/svg/octicon-dot-fill.svg [deleted file]
public/img/svg/octicon-dot.svg [deleted file]
public/img/svg/octicon-download.svg [deleted file]
public/img/svg/octicon-duplicate.svg [deleted file]
public/img/svg/octicon-ellipsis.svg [deleted file]
public/img/svg/octicon-eye-closed.svg [deleted file]
public/img/svg/octicon-eye.svg [deleted file]
public/img/svg/octicon-feed-discussion.svg [deleted file]
public/img/svg/octicon-feed-forked.svg [deleted file]
public/img/svg/octicon-feed-heart.svg [deleted file]
public/img/svg/octicon-feed-merged.svg [deleted file]
public/img/svg/octicon-feed-person.svg [deleted file]
public/img/svg/octicon-feed-repo.svg [deleted file]
public/img/svg/octicon-feed-rocket.svg [deleted file]
public/img/svg/octicon-feed-star.svg [deleted file]
public/img/svg/octicon-feed-tag.svg [deleted file]
public/img/svg/octicon-feed-trophy.svg [deleted file]
public/img/svg/octicon-file-added.svg [deleted file]
public/img/svg/octicon-file-badge.svg [deleted file]
public/img/svg/octicon-file-binary.svg [deleted file]
public/img/svg/octicon-file-code.svg [deleted file]
public/img/svg/octicon-file-diff.svg [deleted file]
public/img/svg/octicon-file-directory-fill.svg [deleted file]
public/img/svg/octicon-file-directory-open-fill.svg [deleted file]
public/img/svg/octicon-file-directory-symlink.svg [deleted file]
public/img/svg/octicon-file-directory.svg [deleted file]
public/img/svg/octicon-file-moved.svg [deleted file]
public/img/svg/octicon-file-removed.svg [deleted file]
public/img/svg/octicon-file-submodule.svg [deleted file]
public/img/svg/octicon-file-symlink-file.svg [deleted file]
public/img/svg/octicon-file-zip.svg [deleted file]
public/img/svg/octicon-file.svg [deleted file]
public/img/svg/octicon-filter.svg [deleted file]
public/img/svg/octicon-fiscal-host.svg [deleted file]
public/img/svg/octicon-flame.svg [deleted file]
public/img/svg/octicon-fold-down.svg [deleted file]
public/img/svg/octicon-fold-up.svg [deleted file]
public/img/svg/octicon-fold.svg [deleted file]
public/img/svg/octicon-gear.svg [deleted file]
public/img/svg/octicon-gift.svg [deleted file]
public/img/svg/octicon-git-branch.svg [deleted file]
public/img/svg/octicon-git-commit.svg [deleted file]
public/img/svg/octicon-git-compare.svg [deleted file]
public/img/svg/octicon-git-merge-queue.svg [deleted file]
public/img/svg/octicon-git-merge.svg [deleted file]
public/img/svg/octicon-git-pull-request-closed.svg [deleted file]
public/img/svg/octicon-git-pull-request-draft.svg [deleted file]
public/img/svg/octicon-git-pull-request.svg [deleted file]
public/img/svg/octicon-globe.svg [deleted file]
public/img/svg/octicon-goal.svg [deleted file]
public/img/svg/octicon-grabber.svg [deleted file]
public/img/svg/octicon-graph.svg [deleted file]
public/img/svg/octicon-hash.svg [deleted file]
public/img/svg/octicon-heading.svg [deleted file]
public/img/svg/octicon-heart-fill.svg [deleted file]
public/img/svg/octicon-heart.svg [deleted file]
public/img/svg/octicon-history.svg [deleted file]
public/img/svg/octicon-home.svg [deleted file]
public/img/svg/octicon-horizontal-rule.svg [deleted file]
public/img/svg/octicon-hourglass.svg [deleted file]
public/img/svg/octicon-hubot.svg [deleted file]
public/img/svg/octicon-id-badge.svg [deleted file]
public/img/svg/octicon-image.svg [deleted file]
public/img/svg/octicon-inbox.svg [deleted file]
public/img/svg/octicon-infinity.svg [deleted file]
public/img/svg/octicon-info.svg [deleted file]
public/img/svg/octicon-issue-closed.svg [deleted file]
public/img/svg/octicon-issue-draft.svg [deleted file]
public/img/svg/octicon-issue-opened.svg [deleted file]
public/img/svg/octicon-issue-reopened.svg [deleted file]
public/img/svg/octicon-issue-tracked-by.svg [deleted file]
public/img/svg/octicon-issue-tracks.svg [deleted file]
public/img/svg/octicon-italic.svg [deleted file]
public/img/svg/octicon-iterations.svg [deleted file]
public/img/svg/octicon-kebab-horizontal.svg [deleted file]
public/img/svg/octicon-key-asterisk.svg [deleted file]
public/img/svg/octicon-key.svg [deleted file]
public/img/svg/octicon-law.svg [deleted file]
public/img/svg/octicon-light-bulb.svg [deleted file]
public/img/svg/octicon-link-external.svg [deleted file]
public/img/svg/octicon-link.svg [deleted file]
public/img/svg/octicon-list-ordered.svg [deleted file]
public/img/svg/octicon-list-unordered.svg [deleted file]
public/img/svg/octicon-location.svg [deleted file]
public/img/svg/octicon-lock.svg [deleted file]
public/img/svg/octicon-log.svg [deleted file]
public/img/svg/octicon-logo-gist.svg [deleted file]
public/img/svg/octicon-logo-github.svg [deleted file]
public/img/svg/octicon-mail.svg [deleted file]
public/img/svg/octicon-mark-github.svg [deleted file]
public/img/svg/octicon-markdown.svg [deleted file]
public/img/svg/octicon-megaphone.svg [deleted file]
public/img/svg/octicon-mention.svg [deleted file]
public/img/svg/octicon-meter.svg [deleted file]
public/img/svg/octicon-milestone.svg [deleted file]
public/img/svg/octicon-mirror.svg [deleted file]
public/img/svg/octicon-moon.svg [deleted file]
public/img/svg/octicon-mortar-board.svg [deleted file]
public/img/svg/octicon-move-to-bottom.svg [deleted file]
public/img/svg/octicon-move-to-end.svg [deleted file]
public/img/svg/octicon-move-to-start.svg [deleted file]
public/img/svg/octicon-move-to-top.svg [deleted file]
public/img/svg/octicon-multi-select.svg [deleted file]
public/img/svg/octicon-mute.svg [deleted file]
public/img/svg/octicon-no-entry.svg [deleted file]
public/img/svg/octicon-north-star.svg [deleted file]
public/img/svg/octicon-note.svg [deleted file]
public/img/svg/octicon-number.svg [deleted file]
public/img/svg/octicon-organization.svg [deleted file]
public/img/svg/octicon-package-dependencies.svg [deleted file]
public/img/svg/octicon-package-dependents.svg [deleted file]
public/img/svg/octicon-package.svg [deleted file]
public/img/svg/octicon-paintbrush.svg [deleted file]
public/img/svg/octicon-paper-airplane.svg [deleted file]
public/img/svg/octicon-paperclip.svg [deleted file]
public/img/svg/octicon-passkey-fill.svg [deleted file]
public/img/svg/octicon-paste.svg [deleted file]
public/img/svg/octicon-pencil.svg [deleted file]
public/img/svg/octicon-people.svg [deleted file]
public/img/svg/octicon-person-add.svg [deleted file]
public/img/svg/octicon-person-fill.svg [deleted file]
public/img/svg/octicon-person.svg [deleted file]
public/img/svg/octicon-pin-slash.svg [deleted file]
public/img/svg/octicon-pin.svg [deleted file]
public/img/svg/octicon-pivot-column.svg [deleted file]
public/img/svg/octicon-play.svg [deleted file]
public/img/svg/octicon-plug.svg [deleted file]
public/img/svg/octicon-plus-circle.svg [deleted file]
public/img/svg/octicon-plus.svg [deleted file]
public/img/svg/octicon-project-roadmap.svg [deleted file]
public/img/svg/octicon-project-symlink.svg [deleted file]
public/img/svg/octicon-project-template.svg [deleted file]
public/img/svg/octicon-project.svg [deleted file]
public/img/svg/octicon-pulse.svg [deleted file]
public/img/svg/octicon-question.svg [deleted file]
public/img/svg/octicon-quote.svg [deleted file]
public/img/svg/octicon-read.svg [deleted file]
public/img/svg/octicon-redo.svg [deleted file]
public/img/svg/octicon-rel-file-path.svg [deleted file]
public/img/svg/octicon-reply.svg [deleted file]
public/img/svg/octicon-repo-clone.svg [deleted file]
public/img/svg/octicon-repo-deleted.svg [deleted file]
public/img/svg/octicon-repo-forked.svg [deleted file]
public/img/svg/octicon-repo-locked.svg [deleted file]
public/img/svg/octicon-repo-pull.svg [deleted file]
public/img/svg/octicon-repo-push.svg [deleted file]
public/img/svg/octicon-repo-template.svg [deleted file]
public/img/svg/octicon-repo.svg [deleted file]
public/img/svg/octicon-report.svg [deleted file]
public/img/svg/octicon-rocket.svg [deleted file]
public/img/svg/octicon-rows.svg [deleted file]
public/img/svg/octicon-rss.svg [deleted file]
public/img/svg/octicon-ruby.svg [deleted file]
public/img/svg/octicon-screen-full.svg [deleted file]
public/img/svg/octicon-screen-normal.svg [deleted file]
public/img/svg/octicon-search.svg [deleted file]
public/img/svg/octicon-server.svg [deleted file]
public/img/svg/octicon-share-android.svg [deleted file]
public/img/svg/octicon-share.svg [deleted file]
public/img/svg/octicon-shield-check.svg [deleted file]
public/img/svg/octicon-shield-lock.svg [deleted file]
public/img/svg/octicon-shield-slash.svg [deleted file]
public/img/svg/octicon-shield-x.svg [deleted file]
public/img/svg/octicon-shield.svg [deleted file]
public/img/svg/octicon-sidebar-collapse.svg [deleted file]
public/img/svg/octicon-sidebar-expand.svg [deleted file]
public/img/svg/octicon-sign-in.svg [deleted file]
public/img/svg/octicon-sign-out.svg [deleted file]
public/img/svg/octicon-single-select.svg [deleted file]
public/img/svg/octicon-skip-fill.svg [deleted file]
public/img/svg/octicon-skip.svg [deleted file]
public/img/svg/octicon-sliders.svg [deleted file]
public/img/svg/octicon-smiley.svg [deleted file]
public/img/svg/octicon-sort-asc.svg [deleted file]
public/img/svg/octicon-sort-desc.svg [deleted file]
public/img/svg/octicon-sparkle-fill.svg [deleted file]
public/img/svg/octicon-sponsor-tiers.svg [deleted file]
public/img/svg/octicon-square-fill.svg [deleted file]
public/img/svg/octicon-square.svg [deleted file]
public/img/svg/octicon-squirrel.svg [deleted file]
public/img/svg/octicon-stack.svg [deleted file]
public/img/svg/octicon-star-fill.svg [deleted file]
public/img/svg/octicon-star.svg [deleted file]
public/img/svg/octicon-stop.svg [deleted file]
public/img/svg/octicon-stopwatch.svg [deleted file]
public/img/svg/octicon-strikethrough.svg [deleted file]
public/img/svg/octicon-sun.svg [deleted file]
public/img/svg/octicon-sync.svg [deleted file]
public/img/svg/octicon-tab-external.svg [deleted file]
public/img/svg/octicon-table.svg [deleted file]
public/img/svg/octicon-tag.svg [deleted file]
public/img/svg/octicon-tasklist.svg [deleted file]
public/img/svg/octicon-telescope-fill.svg [deleted file]
public/img/svg/octicon-telescope.svg [deleted file]
public/img/svg/octicon-terminal.svg [deleted file]
public/img/svg/octicon-three-bars.svg [deleted file]
public/img/svg/octicon-thumbsdown.svg [deleted file]
public/img/svg/octicon-thumbsup.svg [deleted file]
public/img/svg/octicon-tools.svg [deleted file]
public/img/svg/octicon-tracked-by-closed-completed.svg [deleted file]
public/img/svg/octicon-tracked-by-closed-not-planned.svg [deleted file]
public/img/svg/octicon-trash.svg [deleted file]
public/img/svg/octicon-triangle-down.svg [deleted file]
public/img/svg/octicon-triangle-left.svg [deleted file]
public/img/svg/octicon-triangle-right.svg [deleted file]
public/img/svg/octicon-triangle-up.svg [deleted file]
public/img/svg/octicon-trophy.svg [deleted file]
public/img/svg/octicon-typography.svg [deleted file]
public/img/svg/octicon-undo.svg [deleted file]
public/img/svg/octicon-unfold.svg [deleted file]
public/img/svg/octicon-unlink.svg [deleted file]
public/img/svg/octicon-unlock.svg [deleted file]
public/img/svg/octicon-unmute.svg [deleted file]
public/img/svg/octicon-unread.svg [deleted file]
public/img/svg/octicon-unverified.svg [deleted file]
public/img/svg/octicon-upload.svg [deleted file]
public/img/svg/octicon-verified.svg [deleted file]
public/img/svg/octicon-versions.svg [deleted file]
public/img/svg/octicon-video.svg [deleted file]
public/img/svg/octicon-webhook.svg [deleted file]
public/img/svg/octicon-workflow.svg [deleted file]
public/img/svg/octicon-x-circle-fill.svg [deleted file]
public/img/svg/octicon-x-circle.svg [deleted file]
public/img/svg/octicon-x.svg [deleted file]
public/img/svg/octicon-zap.svg [deleted file]
public/img/svg/octicon-zoom-in.svg [deleted file]
public/img/svg/octicon-zoom-out.svg [deleted file]
public/img/telegram.png [deleted file]
public/img/wechatwork.png [deleted file]
snap/snapcraft.yaml
web_src/js/svg.js
webpack.config.js