LiteyukiBot-TriM/.gitignore

33 lines
366 B
Plaintext
Raw Normal View History

2024-03-18 10:21:56 +00:00
.venv/
2024-03-22 00:08:48 +00:00
.idea/
2024-03-18 10:21:56 +00:00
.cache/
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/
2024-03-19 05:16:25 +00:00
_config.yml
2024-03-22 00:09:20 +00:00
config.yml
config.example.yml
compile.bat
2024-04-02 17:03:25 +00:00
liteyuki/resources/templates/latest-debug.html
2024-03-27 15:09:36 +00:00
# vuepress
2024-03-28 03:08:32 +00:00
.github
2024-04-12 05:07:19 +00:00
pyproject.toml
2024-03-27 15:09:36 +00:00
test.py
# nuitka
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/