Fix category shadow foreign keys and .NET 10 Docker build context
Build MoneyMap image / build-and-push (push) Failing after 7s
Build MoneyMap image / build-and-push (push) Failing after 7s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user