feat(server): modularize backend and admin console
This commit is contained in:
@@ -30,11 +30,20 @@ __pycache__/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Frontend dependencies and build output
|
||||
node_modules/
|
||||
admin-ui/node_modules/
|
||||
admin-ui/dist/
|
||||
|
||||
# Local configuration and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.docker.example
|
||||
!admin-ui/.env
|
||||
!admin-ui/.env.development
|
||||
!admin-ui/.env.production
|
||||
!admin-ui/.env.staging
|
||||
admin_token.sha256
|
||||
keys/*private*.pem
|
||||
keys/*private*.key
|
||||
|
||||
Reference in New Issue
Block a user