🐛 删除 __pypackages__ 目录的 .gitignore 文件,并更新主 .gitignore 文件以忽略 pdm 相关文件

This commit is contained in:
远野千束(神羽) 2024-12-14 02:57:51 +08:00
parent cc1bb8e5e4
commit 3a8c09d6db
406 changed files with 5 additions and 570 deletions

0
.dockerignore Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/config.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/resource_publish_en.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/resource_publish_zh.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/问题反馈.md vendored Normal file → Executable file
View File

0
.github/dependabot.yml vendored Normal file → Executable file
View File

0
.github/workflows/build-image.yml vendored Normal file → Executable file
View File

0
.github/workflows/deploy-docs.yml vendored Normal file → Executable file
View File

0
.github/workflows/issue_handler.yml vendored Normal file → Executable file
View File

0
.github/workflows/pre-commit.yml vendored Normal file → Executable file
View File

0
.github/workflows/pypi-publish.yml vendored Normal file → Executable file
View File

6
.gitignore vendored Normal file → Executable file
View File

@ -67,4 +67,8 @@ docs/.vitepress/.temp
# python toolchain
.mypy_cache/
.pytest_cache/
.pytest_cache/
# pdm
__pypackages__/
pdm.lock

0
.pre-commit-config.yaml Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@ -1,2 +0,0 @@
*
!.gitignore

0
config/default.yml Normal file → Executable file
View File

0
docker-compose.yml Normal file → Executable file
View File

0
docker/sources.list Normal file → Executable file
View File

0
docs/.vitepress/config/common.ts Normal file → Executable file
View File

0
docs/.vitepress/config/en.ts Normal file → Executable file
View File

0
docs/.vitepress/config/index.ts Normal file → Executable file
View File

0
docs/.vitepress/config/utils.ts Normal file → Executable file
View File

0
docs/.vitepress/config/zh.ts Normal file → Executable file
View File

0
docs/.vitepress/theme/index.ts Normal file → Executable file
View File

0
docs/.vitepress/theme/liteyuki.scss Normal file → Executable file
View File

0
docs/components/ContributorBar.vue Normal file → Executable file
View File

0
docs/components/Dash.vue Normal file → Executable file
View File

0
docs/components/Geo.vue Normal file → Executable file
View File

0
docs/components/Home.vue Normal file → Executable file
View File

0
docs/components/PluginItemCard.vue Normal file → Executable file
View File

0
docs/components/PluginStore.vue Normal file → Executable file
View File

0
docs/components/ResItemCard.vue Normal file → Executable file
View File

0
docs/components/ResPubWindow.vue Normal file → Executable file
View File

0
docs/components/ResStore.vue Normal file → Executable file
View File

0
docs/components/StatsBar.vue Normal file → Executable file
View File

0
docs/components/Tabs.vue Normal file → Executable file
View File

0
docs/components/ToggleSwitch.vue Normal file → Executable file
View File

0
docs/components/TryLiteyukiWindow.vue Normal file → Executable file
View File

0
docs/components/scripts/const.ts Normal file → Executable file
View File

0
docs/components/scripts/i18n.ts Normal file → Executable file
View File

0
docs/components/scripts/statsApi.ts Normal file → Executable file
View File

0
docs/en/deploy/config.md Normal file → Executable file
View File

0
docs/en/deploy/fandq.md Normal file → Executable file
View File

0
docs/en/deploy/install.md Normal file → Executable file
View File

0
docs/en/dev/best_practices.md Normal file → Executable file
View File

0
docs/en/dev/comm.md Normal file → Executable file
View File

0
docs/en/dev/guide.md Normal file → Executable file
View File

0
docs/en/dev/lyfunc.md Normal file → Executable file
View File

0
docs/en/dev/plugin.md Normal file → Executable file
View File

0
docs/en/dev/resource.md Normal file → Executable file
View File

0
docs/en/index.md Normal file → Executable file
View File

0
docs/en/store/plugin.md Normal file → Executable file
View File

0
docs/en/store/resource.md Normal file → Executable file
View File

0
docs/en/usage/agreement.md Normal file → Executable file
View File

0
docs/en/usage/basic.md Normal file → Executable file
View File

0
docs/en/usage/extra.md Normal file → Executable file
View File

0
docs/package.json Normal file → Executable file
View File

0
docs/pnpm-lock.yaml generated Normal file → Executable file
View File

0
docs/public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

0
docs/public/liteyuki-dark.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

0
docs/public/liteyuki.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

0
docs/public/plugins.json Normal file → Executable file
View File

0
docs/public/resources.json Normal file → Executable file
View File

0
docs/tsconfig.json Normal file → Executable file
View File

0
docs/zh/deploy/config.md Normal file → Executable file
View File

0
docs/zh/deploy/fandq.md Normal file → Executable file
View File

0
docs/zh/deploy/install.md Normal file → Executable file
View File

0
docs/zh/dev/best_practices.md Normal file → Executable file
View File

0
docs/zh/dev/comm.md Normal file → Executable file
View File

0
docs/zh/dev/guide.md Normal file → Executable file
View File

0
docs/zh/dev/lyfunc.md Normal file → Executable file
View File

0
docs/zh/dev/plugin.md Normal file → Executable file
View File

0
docs/zh/dev/resource.md Normal file → Executable file
View File

0
docs/zh/index.md Normal file → Executable file
View File

0
docs/zh/store/plugin.md Normal file → Executable file
View File

0
docs/zh/store/resource.md Normal file → Executable file
View File

0
docs/zh/usage/agreement.md Normal file → Executable file
View File

0
docs/zh/usage/basic.md Normal file → Executable file
View File

0
docs/zh/usage/extra.md Normal file → Executable file
View File

0
liteyuki/EN.LICENSE Normal file → Executable file
View File

0
liteyuki/LICENSE Normal file → Executable file
View File

0
liteyuki/__init__.py Normal file → Executable file
View File

0
liteyuki/bot/__init__.py Normal file → Executable file
View File

0
liteyuki/bot/lifespan.py Normal file → Executable file
View File

0
liteyuki/comm/__init__.py Normal file → Executable file
View File

0
liteyuki/comm/channel.py Normal file → Executable file
View File

0
liteyuki/comm/event.py Normal file → Executable file
View File

0
liteyuki/comm/storage.py Normal file → Executable file
View File

0
liteyuki/config.py Normal file → Executable file
View File

0
liteyuki/core/__init__.py Normal file → Executable file
View File

0
liteyuki/core/manager.py Normal file → Executable file
View File

0
liteyuki/dev/__init__.py Normal file → Executable file
View File

0
liteyuki/dev/observer.py Normal file → Executable file
View File

0
liteyuki/dev/plugin.py Normal file → Executable file
View File

0
liteyuki/exception.py Normal file → Executable file
View File

0
liteyuki/log.py Normal file → Executable file
View File

0
liteyuki/plugin/__init__.py Normal file → Executable file
View File

0
liteyuki/plugin/load.py Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More