app/.gitignore

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