mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
feat(deploy): add compose deployment
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
|
||||
apps/frontend/node_modules/
|
||||
apps/frontend/dist/
|
||||
apps/frontend/.vite/
|
||||
|
||||
data/
|
||||
sessions/
|
||||
logs/
|
||||
*.log
|
||||
*.pid
|
||||
*.lock
|
||||
!uv.lock
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!deploy/compose.env.example
|
||||
|
||||
debug_page_source.html
|
||||
debug_screenshot.png
|
||||
chrome-linux64/
|
||||
chrome-win64/
|
||||
chromedriver
|
||||
chromedriver.exe
|
||||
|
||||
.playwright-cli/
|
||||
output/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
.claude/
|
||||
.codex/
|
||||
openspec/
|
||||
Reference in New Issue
Block a user