- Removed the old index.html file from the frontend build. - Integrated a health check query in App component to verify app configuration. - Display a warning alert if the app is not configured with AZURE_SUBSCRIPTION_ID. - Updated API module to include health check endpoint.
24 lines
291 B
Plaintext
24 lines
291 B
Plaintext
# Terraform
|
|
**/.terraform
|
|
**/*tfplan
|
|
**/*.tfstate*
|
|
**/*.tfvars
|
|
**/!*auto.tfvars
|
|
**/.terraform.lock.hcl
|
|
|
|
# Python
|
|
**/.venv
|
|
**/.env
|
|
**/playground.py
|
|
|
|
# Azure Secrets and Configuration.
|
|
.acr-pat
|
|
azure.env
|
|
|
|
# MacOS Finder files
|
|
**/.DS_Store
|
|
|
|
# Node/React rewrite outputs
|
|
**/node_modules
|
|
**/dist
|