prepare fastapi root layout for server deployment
This commit is contained in:
+5
-3
@@ -2,6 +2,7 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.production.example
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
@@ -11,8 +12,8 @@ __pycache__/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
|
||||
backend/.venv/
|
||||
backend/storage/
|
||||
.venv/
|
||||
backend/
|
||||
storage/
|
||||
reports/
|
||||
uploads/
|
||||
@@ -25,4 +26,5 @@ uploads/
|
||||
frontend/
|
||||
docs/
|
||||
demo_frontend/
|
||||
scripts/
|
||||
tests/
|
||||
scripts/*.ps1
|
||||
|
||||
Reference in New Issue
Block a user