member_center/.gitignore
warrenchen 4631f82ee4 Add initial installer project and setup for MemberCenter
- Created MemberCenter.Installer project with references to Infrastructure, Application, and Domain projects.
- Added Program.cs with a basic console output.
- Generated MemberCenterDbContextModelSnapshot for database schema representation.
2026-02-03 15:04:18 +09:00

82 lines
939 B
Plaintext

# Build results
bin/
obj/
[Bb]uild/
[Bb]uilds/
# Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
*.vcxproj.user
*.vcxproj.filters
*.vcxproj.user
# Rider / JetBrains
.idea/
*.sln.iml
# VS Code
.vscode/
# Visual Studio Code local history
.history/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# NuGet
*.nupkg
*.snupkg
# Local NuGet/global package caches in repo
.nuget/
# The packages folder can be ignored because of PackageReference
# Uncomment if using packages.config
#packages/
# Logs
*.log
# User-specific files
*.userprefs
# Resharper / DotCover
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# Test results
TestResults/
*.trx
# Coverage
*.coverage
*.coveragexml
coverage/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# Secrets
secrets.json
appsettings.*.json
!appsettings.json
.env
.env.*
!.env.example
# OS
.DS_Store
Thumbs.db
# Others
*.swp
*.tmp
*.pid
*.pid.lock
.dotnet/