- Fragment model with validation, DTOs (immutable records), repository, service - Sidecar stdin/stdout JSON protocol for Tauri integration - DI wiring via ServiceCollectionExtensions - Scaffolded Journal.Api (not yet wired) Co-Authored-By: Warp <agent@warp.dev>
37 lines
320 B
Plaintext
37 lines
320 B
Plaintext
# Build output
|
|
bin/
|
|
obj/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Rider
|
|
.idea/
|
|
*.sln.iml
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
**/packages/
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
|
|
# Publish output
|
|
publish/
|
|
|
|
# User secrets
|
|
secrets.json
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# macOS
|
|
.DS_Store
|