Files
azure-image-chooser/.gitignore
Slawomir Koszewski 28d0720ffa feat: add health check API and handle app configuration warnings
- 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.
2026-04-19 21:16:15 +02:00

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