From b81498050dcc3f6e0cc38ca1c84569a6b27f38a8 Mon Sep 17 00:00:00 2001 From: zhengsl Date: Wed, 1 Jul 2026 22:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore=20=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9=E5=92=8CIDE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..623d9cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# .NET Build outputs +bin/ +obj/ +publish/ + +# Visual Studio +.vs/ +*.suo +*.user +*.userosscache +*.sln.docstates +*.userprefs + +# Rider +.idea/ +*.sln.iml + +# VS Code +.vscode/ + +# NuGet +*.nupkg +**/[Pp]ackages/* +!**/[Pp]ackages/build/ +*.nuget.props +*.nuget.targets + +# Test results +TestResults/ +*.trx +*.coverage +*.coveragexml + +# Logs +*.log +logs/ + +# OS files +Thumbs.db +desktop.ini +.DS_Store + +# WebView2 runtime data +*.exe.WebView2/ + +# Temp files +*.tmp +*.temp +~$*