0878405e9d
Build and Push Docker Image / build-and-push (push) Failing after 10s
Implemented a Blazor Web App (.NET 8) for a public-by-link birth registry platform, following project guidelines. Added domain entities, EF Core context, and Blazor components for authentication, registry management, and public views. Introduced core services for registries, theming, user context, platform owner bootstrapping, and SMTP email. Included static assets (Bootstrap, favicon), launch settings, Dockerfile, CI workflow, and deployment configs. Added bootstrap.min.css.map for improved CSS debugging.
53 lines
559 B
Plaintext
53 lines
559 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
|