From ebc82b90f9a1bc36f6f9cd2161f034fe7d401cdd Mon Sep 17 00:00:00 2001 From: WenJY Date: Wed, 21 May 2025 17:06:59 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20git=20=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Sln.Iot/Program.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e37e314..3233544 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,7 @@ StyleCopReport.xml *.pidb *.svclog *.scc +*.idea # Chutzpah Test files _Chutzpah* diff --git a/Sln.Iot/Program.cs b/Sln.Iot/Program.cs index 56010d7..f64080b 100644 --- a/Sln.Iot/Program.cs +++ b/Sln.Iot/Program.cs @@ -12,7 +12,7 @@ using TouchSocket.Sockets; namespace Sln.Iot { /// - /// + /// /// internal class Program {