LiteyukiBot-TriM/.gitignore

29 lines
334 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/
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-03-27 15:09:36 +00:00
# vuepress
docs/.github
# nuitka
main.build/
main.exe
2024-03-28 00:26:44 +00:00
main.cmdY
docs/.vuepress/.cache/
docs/.vuepress/.temp/
2024-03-28 01:38:46 +00:00
docs/.vuepress/dist/
2024-03-28 01:44:13 +00:00
docs/package.json
docs/pnpm-lock.yaml
docs/tsconfig.json