mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-12-18 15:15:42 +08:00
🐛 删除 __pypackages__ 目录的 .gitignore 文件,并更新主 .gitignore 文件以忽略 pdm 相关文件
This commit is contained in:
parent
cc1bb8e5e4
commit
3a8c09d6db
0
.dockerignore
Normal file → Executable file
0
.dockerignore
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/resource_publish_en.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/resource_publish_en.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/resource_publish_zh.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/resource_publish_zh.yml
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/问题反馈.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/问题反馈.md
vendored
Normal file → Executable file
0
.github/dependabot.yml
vendored
Normal file → Executable file
0
.github/dependabot.yml
vendored
Normal file → Executable file
0
.github/workflows/build-image.yml
vendored
Normal file → Executable file
0
.github/workflows/build-image.yml
vendored
Normal file → Executable file
0
.github/workflows/deploy-docs.yml
vendored
Normal file → Executable file
0
.github/workflows/deploy-docs.yml
vendored
Normal file → Executable file
0
.github/workflows/issue_handler.yml
vendored
Normal file → Executable file
0
.github/workflows/issue_handler.yml
vendored
Normal file → Executable file
0
.github/workflows/pre-commit.yml
vendored
Normal file → Executable file
0
.github/workflows/pre-commit.yml
vendored
Normal file → Executable file
0
.github/workflows/pypi-publish.yml
vendored
Normal file → Executable file
0
.github/workflows/pypi-publish.yml
vendored
Normal file → Executable file
4
.gitignore
vendored
Normal file → Executable file
4
.gitignore
vendored
Normal file → Executable file
@ -68,3 +68,7 @@ docs/.vitepress/.temp
|
||||
# python toolchain
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# pdm
|
||||
__pypackages__/
|
||||
pdm.lock
|
0
.pre-commit-config.yaml
Normal file → Executable file
0
.pre-commit-config.yaml
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
2
__pypackages__/.gitignore
vendored
2
__pypackages__/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
0
config/default.yml
Normal file → Executable file
0
config/default.yml
Normal file → Executable file
0
docker-compose.yml
Normal file → Executable file
0
docker-compose.yml
Normal file → Executable file
0
docker/sources.list
Normal file → Executable file
0
docker/sources.list
Normal file → Executable file
0
docs/.vitepress/config/common.ts
Normal file → Executable file
0
docs/.vitepress/config/common.ts
Normal file → Executable file
0
docs/.vitepress/config/en.ts
Normal file → Executable file
0
docs/.vitepress/config/en.ts
Normal file → Executable file
0
docs/.vitepress/config/index.ts
Normal file → Executable file
0
docs/.vitepress/config/index.ts
Normal file → Executable file
0
docs/.vitepress/config/utils.ts
Normal file → Executable file
0
docs/.vitepress/config/utils.ts
Normal file → Executable file
0
docs/.vitepress/config/zh.ts
Normal file → Executable file
0
docs/.vitepress/config/zh.ts
Normal file → Executable file
0
docs/.vitepress/theme/index.ts
Normal file → Executable file
0
docs/.vitepress/theme/index.ts
Normal file → Executable file
0
docs/.vitepress/theme/liteyuki.scss
Normal file → Executable file
0
docs/.vitepress/theme/liteyuki.scss
Normal file → Executable file
0
docs/components/ContributorBar.vue
Normal file → Executable file
0
docs/components/ContributorBar.vue
Normal file → Executable file
0
docs/components/Dash.vue
Normal file → Executable file
0
docs/components/Dash.vue
Normal file → Executable file
0
docs/components/Geo.vue
Normal file → Executable file
0
docs/components/Geo.vue
Normal file → Executable file
0
docs/components/Home.vue
Normal file → Executable file
0
docs/components/Home.vue
Normal file → Executable file
0
docs/components/PluginItemCard.vue
Normal file → Executable file
0
docs/components/PluginItemCard.vue
Normal file → Executable file
0
docs/components/PluginStore.vue
Normal file → Executable file
0
docs/components/PluginStore.vue
Normal file → Executable file
0
docs/components/ResItemCard.vue
Normal file → Executable file
0
docs/components/ResItemCard.vue
Normal file → Executable file
0
docs/components/ResPubWindow.vue
Normal file → Executable file
0
docs/components/ResPubWindow.vue
Normal file → Executable file
0
docs/components/ResStore.vue
Normal file → Executable file
0
docs/components/ResStore.vue
Normal file → Executable file
0
docs/components/StatsBar.vue
Normal file → Executable file
0
docs/components/StatsBar.vue
Normal file → Executable file
0
docs/components/Tabs.vue
Normal file → Executable file
0
docs/components/Tabs.vue
Normal file → Executable file
0
docs/components/ToggleSwitch.vue
Normal file → Executable file
0
docs/components/ToggleSwitch.vue
Normal file → Executable file
0
docs/components/TryLiteyukiWindow.vue
Normal file → Executable file
0
docs/components/TryLiteyukiWindow.vue
Normal file → Executable file
0
docs/components/scripts/const.ts
Normal file → Executable file
0
docs/components/scripts/const.ts
Normal file → Executable file
0
docs/components/scripts/i18n.ts
Normal file → Executable file
0
docs/components/scripts/i18n.ts
Normal file → Executable file
0
docs/components/scripts/statsApi.ts
Normal file → Executable file
0
docs/components/scripts/statsApi.ts
Normal file → Executable file
0
docs/en/deploy/config.md
Normal file → Executable file
0
docs/en/deploy/config.md
Normal file → Executable file
0
docs/en/deploy/fandq.md
Normal file → Executable file
0
docs/en/deploy/fandq.md
Normal file → Executable file
0
docs/en/deploy/install.md
Normal file → Executable file
0
docs/en/deploy/install.md
Normal file → Executable file
0
docs/en/dev/best_practices.md
Normal file → Executable file
0
docs/en/dev/best_practices.md
Normal file → Executable file
0
docs/en/dev/comm.md
Normal file → Executable file
0
docs/en/dev/comm.md
Normal file → Executable file
0
docs/en/dev/guide.md
Normal file → Executable file
0
docs/en/dev/guide.md
Normal file → Executable file
0
docs/en/dev/lyfunc.md
Normal file → Executable file
0
docs/en/dev/lyfunc.md
Normal file → Executable file
0
docs/en/dev/plugin.md
Normal file → Executable file
0
docs/en/dev/plugin.md
Normal file → Executable file
0
docs/en/dev/resource.md
Normal file → Executable file
0
docs/en/dev/resource.md
Normal file → Executable file
0
docs/en/index.md
Normal file → Executable file
0
docs/en/index.md
Normal file → Executable file
0
docs/en/store/plugin.md
Normal file → Executable file
0
docs/en/store/plugin.md
Normal file → Executable file
0
docs/en/store/resource.md
Normal file → Executable file
0
docs/en/store/resource.md
Normal file → Executable file
0
docs/en/usage/agreement.md
Normal file → Executable file
0
docs/en/usage/agreement.md
Normal file → Executable file
0
docs/en/usage/basic.md
Normal file → Executable file
0
docs/en/usage/basic.md
Normal file → Executable file
0
docs/en/usage/extra.md
Normal file → Executable file
0
docs/en/usage/extra.md
Normal file → Executable file
0
docs/package.json
Normal file → Executable file
0
docs/package.json
Normal file → Executable file
0
docs/pnpm-lock.yaml
generated
Normal file → Executable file
0
docs/pnpm-lock.yaml
generated
Normal file → Executable file
0
docs/public/favicon.ico
Normal file → Executable file
0
docs/public/favicon.ico
Normal file → Executable file
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
0
docs/public/liteyuki-dark.svg
Normal file → Executable file
0
docs/public/liteyuki-dark.svg
Normal file → Executable file
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
0
docs/public/liteyuki.svg
Normal file → Executable file
0
docs/public/liteyuki.svg
Normal file → Executable file
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
0
docs/public/plugins.json
Normal file → Executable file
0
docs/public/plugins.json
Normal file → Executable file
0
docs/public/resources.json
Normal file → Executable file
0
docs/public/resources.json
Normal file → Executable file
0
docs/tsconfig.json
Normal file → Executable file
0
docs/tsconfig.json
Normal file → Executable file
0
docs/zh/deploy/config.md
Normal file → Executable file
0
docs/zh/deploy/config.md
Normal file → Executable file
0
docs/zh/deploy/fandq.md
Normal file → Executable file
0
docs/zh/deploy/fandq.md
Normal file → Executable file
0
docs/zh/deploy/install.md
Normal file → Executable file
0
docs/zh/deploy/install.md
Normal file → Executable file
0
docs/zh/dev/best_practices.md
Normal file → Executable file
0
docs/zh/dev/best_practices.md
Normal file → Executable file
0
docs/zh/dev/comm.md
Normal file → Executable file
0
docs/zh/dev/comm.md
Normal file → Executable file
0
docs/zh/dev/guide.md
Normal file → Executable file
0
docs/zh/dev/guide.md
Normal file → Executable file
0
docs/zh/dev/lyfunc.md
Normal file → Executable file
0
docs/zh/dev/lyfunc.md
Normal file → Executable file
0
docs/zh/dev/plugin.md
Normal file → Executable file
0
docs/zh/dev/plugin.md
Normal file → Executable file
0
docs/zh/dev/resource.md
Normal file → Executable file
0
docs/zh/dev/resource.md
Normal file → Executable file
0
docs/zh/index.md
Normal file → Executable file
0
docs/zh/index.md
Normal file → Executable file
0
docs/zh/store/plugin.md
Normal file → Executable file
0
docs/zh/store/plugin.md
Normal file → Executable file
0
docs/zh/store/resource.md
Normal file → Executable file
0
docs/zh/store/resource.md
Normal file → Executable file
0
docs/zh/usage/agreement.md
Normal file → Executable file
0
docs/zh/usage/agreement.md
Normal file → Executable file
0
docs/zh/usage/basic.md
Normal file → Executable file
0
docs/zh/usage/basic.md
Normal file → Executable file
0
docs/zh/usage/extra.md
Normal file → Executable file
0
docs/zh/usage/extra.md
Normal file → Executable file
0
liteyuki/EN.LICENSE
Normal file → Executable file
0
liteyuki/EN.LICENSE
Normal file → Executable file
0
liteyuki/LICENSE
Normal file → Executable file
0
liteyuki/LICENSE
Normal file → Executable file
0
liteyuki/__init__.py
Normal file → Executable file
0
liteyuki/__init__.py
Normal file → Executable file
0
liteyuki/bot/__init__.py
Normal file → Executable file
0
liteyuki/bot/__init__.py
Normal file → Executable file
0
liteyuki/bot/lifespan.py
Normal file → Executable file
0
liteyuki/bot/lifespan.py
Normal file → Executable file
0
liteyuki/comm/__init__.py
Normal file → Executable file
0
liteyuki/comm/__init__.py
Normal file → Executable file
0
liteyuki/comm/channel.py
Normal file → Executable file
0
liteyuki/comm/channel.py
Normal file → Executable file
0
liteyuki/comm/event.py
Normal file → Executable file
0
liteyuki/comm/event.py
Normal file → Executable file
0
liteyuki/comm/storage.py
Normal file → Executable file
0
liteyuki/comm/storage.py
Normal file → Executable file
0
liteyuki/config.py
Normal file → Executable file
0
liteyuki/config.py
Normal file → Executable file
0
liteyuki/core/__init__.py
Normal file → Executable file
0
liteyuki/core/__init__.py
Normal file → Executable file
0
liteyuki/core/manager.py
Normal file → Executable file
0
liteyuki/core/manager.py
Normal file → Executable file
0
liteyuki/dev/__init__.py
Normal file → Executable file
0
liteyuki/dev/__init__.py
Normal file → Executable file
0
liteyuki/dev/observer.py
Normal file → Executable file
0
liteyuki/dev/observer.py
Normal file → Executable file
0
liteyuki/dev/plugin.py
Normal file → Executable file
0
liteyuki/dev/plugin.py
Normal file → Executable file
0
liteyuki/exception.py
Normal file → Executable file
0
liteyuki/exception.py
Normal file → Executable file
0
liteyuki/log.py
Normal file → Executable file
0
liteyuki/log.py
Normal file → Executable file
0
liteyuki/plugin/__init__.py
Normal file → Executable file
0
liteyuki/plugin/__init__.py
Normal file → Executable file
0
liteyuki/plugin/load.py
Normal file → Executable file
0
liteyuki/plugin/load.py
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user