mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
29 lines
334 B
Plaintext
29 lines
334 B
Plaintext
.venv/
|
|
.idea/
|
|
.cache/
|
|
node_modules/
|
|
data/
|
|
db/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.pyw
|
|
/plugins/
|
|
_config.yml
|
|
config.yml
|
|
config.example.yml
|
|
compile.bat
|
|
# vuepress
|
|
docs/.github
|
|
|
|
# nuitka
|
|
main.build/
|
|
main.exe
|
|
main.cmdY
|
|
docs/.vuepress/.cache/
|
|
docs/.vuepress/.temp/
|
|
docs/.vuepress/dist/
|
|
docs/package.json
|
|
docs/pnpm-lock.yaml
|
|
docs/tsconfig.json |