Some checks failed
Build Docker Images / build-and-push (push) Failing after 11s
89 lines
1.0 KiB
Plaintext
89 lines
1.0 KiB
Plaintext
# Build artifacts
|
|
bin/
|
|
obj/
|
|
out/
|
|
Generated/
|
|
|
|
# Rider / JetBrains
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# User-specific files
|
|
*.user
|
|
*.userosscache
|
|
*.suo
|
|
*.csproj.user
|
|
*.swp
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# ASP.NET
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# MAUI / Mobile (Xcode/iOS)
|
|
**/bin/
|
|
**/obj/
|
|
**/platforms/
|
|
**/*.apk
|
|
**/*.aab
|
|
**/*.app/
|
|
**/*.ipa
|
|
**/*.xcarchive/
|
|
*.DS_Store
|
|
|
|
# Local database files
|
|
*.mdf
|
|
*.ldf
|
|
|
|
# dotnet tools & backups
|
|
*.nupkg
|
|
*.snupkg
|
|
.nuget/
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Secret config files (if any)
|
|
appsettings.*.local.json
|
|
appsettings.Local.json
|
|
secrets.json
|
|
|
|
# EF Core tooling cache
|
|
EFCoreTools.dotnet-tools.cache
|
|
|
|
# System files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# dotnet CLI artifacts
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
|
|
# Others
|
|
_ReSharper*/
|
|
*.resharper
|
|
*.dotCover
|
|
*.coverage
|
|
*.coveragejson
|
|
TestResult.xml
|
|
TestResults/
|
|
nunit-*.xml
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Rider logs/cache
|
|
.idea/.idea.*
|
|
.idea/*workspace*
|
|
.idea/httpRequests
|
|
.idea/indexLayout.xml
|
|
.idea/tasks.xml
|
|
.idea/.idea_modules
|
|
|
|
# VSCode - ignore personal settings but keep shared configs
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json |