feat: package docker deployment and publish flow
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,22 +1,27 @@
|
||||
.venv/
|
||||
.codex
|
||||
.codex/
|
||||
.env
|
||||
.tmp-tests/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
data/
|
||||
config/settings.staged.json
|
||||
|
||||
systemd/rendered/
|
||||
|
||||
|
||||
data/
|
||||
config/settings.staged.json
|
||||
|
||||
systemd/rendered/
|
||||
|
||||
runtime/cookies.json
|
||||
runtime/upload_config.json
|
||||
runtime/biliup
|
||||
runtime/codex/
|
||||
runtime/logs/
|
||||
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
Reference in New Issue
Block a user