first commit

This commit is contained in:
qornwh1
2026-02-28 14:16:07 +09:00
commit 30457819b1
28 changed files with 3006 additions and 0 deletions

85
.gitignore vendored Normal file
View File

@@ -0,0 +1,85 @@
# ============================================================
# C# / .NET
# ============================================================
bin/
obj/
*.user
*.suo
*.userosscache
*.sln.docstates
*.nupkg
*.snupkg
*.log
[Ll]og/
[Ll]ogs/
*.tmp
*.temp
project.lock.json
project.fragment.lock.json
artifacts/
# NuGet
.nuget/
packages/
*.nupkg
# ============================================================
# IDE - Visual Studio
# ============================================================
.vs/
*.rsuser
*.MojoProj
*.pidb
*.svclog
*.scc
_Chutzpah*
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.opendb
$tf/
# ============================================================
# IDE - JetBrains (Rider / IntelliJ IDEA)
# ============================================================
.idea/
*.iml
*.iws
*.ipr
.idea_modules/
out/
atlassian-ide-plugin.xml
# ============================================================
# IDE - VS Code
# ============================================================
.vscode/
# ============================================================
# AI - Claude
# ============================================================
.claude/
# ============================================================
# OS
# ============================================================
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes