Fix category shadow foreign keys and .NET 10 Docker build context
Build MoneyMap image / build-and-push (push) Failing after 7s

This commit is contained in:
aj
2026-09-12 17:38:38 -04:00
parent 08e54a4d31
commit df09dd8d53
6 changed files with 133 additions and 4 deletions
+28
View File
@@ -0,0 +1,28 @@
# Build with the repository root as context.
.git
**/bin
**/obj
**/.vs
**/.idea
**/TestResults
**/*.user
**/*.suo
**/*.log
**/node_modules
# Runtime configuration and credentials must be supplied outside the image.
**/appsettings*.json
**/secrets.json
**/.env
**/.env.*
**/*.pfx
**/*.pem
**/*.key
# Local receipts, database files, and backups are not application assets.
**/receipts
**/*.db
**/*.db-*
**/*.mdf
**/*.ldf
**/*.bak