b46269bfc0
Build and Push Docker Image / build-and-push (push) Successful in 19s
- Show current admins in RegistryAdmin using new RegistryAdminDisplayModel and backend support - Improve RegistryMetadataService: better normalization, Amazon-specific extraction for images/prices, and URL normalization - Use normalized product URLs and improved metadata logic in RegistryAdmin - Add error handling for Blazored.TextEditor interop issues - Switch healthchecks in portainer-stack.yml to process checks (pidof) - Remove appsettings.Development.json contents from source control - Add RegistryAdminDisplayModel and NormalizedUrl to models
54 lines
607 B
Plaintext
54 lines
607 B
Plaintext
# Build output
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
out/
|
|
|
|
# User-specific files
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Visual Studio / Rider
|
|
.vs/
|
|
.idea/
|
|
*.DotSettings.user
|
|
|
|
# Logs and temp files
|
|
*.log
|
|
logs/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
packages/
|
|
|
|
# Test results
|
|
TestResults/
|
|
*.trx
|
|
|
|
# Publish artifacts
|
|
publish/
|
|
artifacts/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local environment and secrets
|
|
.env
|
|
.env.*
|
|
**/appsettings.Local.json
|
|
**/appsettings.Development.Local.json
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Docker overrides
|
|
docker-compose.override.yml
|
|
/src/BirthList.Web/appsettings.Development.json
|