From 2957fe7f565aabece06cb66916bb83bdf0e0398e Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 3 Jan 2026 12:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/C#/HoneyBox/.gitignore | 84 +++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 server/C#/HoneyBox/.gitignore diff --git a/server/C#/HoneyBox/.gitignore b/server/C#/HoneyBox/.gitignore new file mode 100644 index 00000000..92f077b9 --- /dev/null +++ b/server/C#/HoneyBox/.gitignore @@ -0,0 +1,84 @@ +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio files +.vs/ +*.suo +*.user +*.userosscache +*.sln.docstates +*.rsuser + +# NuGet +*.nupkg +*.snupkg +**/[Pp]ackages/* +!**/[Pp]ackages/build/ +*.nuget.props +*.nuget.targets +project.lock.json +project.fragment.lock.json + +# Rider +.idea/ +*.sln.iml + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* +TestResult.xml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# Publish output +publish/ +[Pp]ublish/ + +# ASP.NET +ScaffoldingReadMe.txt + +# Windows +Thumbs.db +ehthumbs.db +Desktop.ini + +# macOS +.DS_Store +.AppleDouble +.LSOverride + +# Application specific +appsettings.Development.json +appsettings.Local.json +*.local.json + +# Logs +*.log +logs/ + +# Secrets +secrets.json +*.pfx +*.p12