LiteyukiBot/.gitignore

52 lines
480 B
Plaintext
Raw Normal View History

2024-03-18 10:21:56 +00:00
.venv/
2024-03-22 00:08:48 +00:00
.idea/
.vscode/
2024-03-18 10:21:56 +00:00
.cache/
venv/
2024-03-27 15:05:44 +00:00
node_modules/
2024-03-18 10:21:56 +00:00
data/
2024-03-21 06:52:02 +00:00
db/
/resources/
2024-03-27 15:37:14 +00:00
__pycache__/
2024-03-27 15:42:50 +00:00
*.pyc
*.pyo
*.pyd
*.pyw
2024-03-22 04:41:38 +00:00
/plugins/
#config
config/
!config/default.yml
2024-03-19 05:16:25 +00:00
_config.yml
2024-03-22 00:09:20 +00:00
config.yml
config.example.yml
2024-03-27 15:09:36 +00:00
# vuepress
2024-03-28 03:08:32 +00:00
.github
2024-03-27 15:09:36 +00:00
# mupy
mypy.ini
# nuitka
compile.bat
src/resources/templates/latest-debug.html
main.build/
2024-03-30 22:23:23 +00:00
main.dist/
main.exe
main.cmd
2024-03-28 00:26:44 +00:00
docs/.vuepress/.cache/
docs/.vuepress/.temp/
2024-03-28 01:38:46 +00:00
docs/.vuepress/dist/
prompt.txt
# js
**/echarts.js
.env
# pdm
.pdm-python
.pdm-build
dist