Files
MoneyMap/.dockerignore
aj df09dd8d53
Build MoneyMap image / build-and-push (push) Failing after 7s
Fix category shadow foreign keys and .NET 10 Docker build context
2026-09-12 17:38:38 -04:00

29 lines
430 B
Plaintext

# 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