LiteyukiBot-TriM/.gitignore

39 lines
411 B
Plaintext
Raw Normal View History

2024-03-18 18:21:56 +08:00
.venv/
2024-03-22 08:08:48 +08:00
.idea/
2024-03-18 18:21:56 +08:00
.cache/
2024-03-27 23:05:44 +08:00
node_modules/
2024-03-18 18:21:56 +08:00
data/
2024-03-21 14:52:02 +08:00
db/
/resources/
2024-03-27 23:37:14 +08:00
__pycache__/
2024-03-27 23:42:50 +08:00
*.pyc
*.pyo
*.pyd
*.pyw
2024-03-22 12:41:38 +08:00
/plugins/
2024-03-19 13:16:25 +08:00
_config.yml
2024-03-22 08:09:20 +08:00
config.yml
config.example.yml
compile.bat
2024-06-26 13:52:04 +08:00
src/resources/templates/latest-debug.html
2024-03-27 23:09:36 +08:00
# vuepress
2024-03-28 11:08:32 +08:00
.github
2024-04-12 13:07:19 +08:00
pyproject.toml
2024-03-27 23:09:36 +08:00
test.py
line_count.py
# nuitka
main.build/
2024-03-31 06:23:23 +08:00
main.dist/
main.exe
main.cmd
2024-03-28 08:26:44 +08:00
docs/.vuepress/.cache/
docs/.vuepress/.temp/
2024-03-28 09:38:46 +08:00
docs/.vuepress/dist/
prompt.txt
# js
**/echarts.js
.env