feat: initialize WinUI 3 WebView migration

This commit is contained in:
2026-07-10 04:32:15 +09:00
commit 5aa90e4aaa
103 changed files with 10903 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Visual Studio / .NET
.vs/
**/bin/
**/obj/
artifacts/
TestResults/
*.user
*.suo
*.userosscache
*.sln.docstates
# MSIX build output and signing material
AppPackages/
BundleArtifacts/
*.appx
*.appxbundle
*.msix
*.msixbundle
*.msixupload
*.pfx
*.p12
*.snk
# Local settings and secrets
Config/appsettings.local.json
Config/*.secrets.json
*.local.ini
.env
.env.*
!.env.example
# Web tooling (if introduced later)
node_modules/
dist/
# OS / editors
.DS_Store
Thumbs.db
.idea/
.vscode/