From 6eaacf564fa1c674bf083d81cc9f7138ab8a23b7 Mon Sep 17 00:00:00 2001 From: Linrador <68631622+Linrador@users.noreply.github.com> Date: Tue, 9 Sep 2025 07:23:42 +0200 Subject: [PATCH] gitignore --- .gitignore | 1 + ...S2WebSocketTelemetryPlugin.AssemblyInfo.cs | 22 ------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 CS2WebSocketTelemetryPlugin/obj/Debug/net8.0/CS2WebSocketTelemetryPlugin.AssemblyInfo.cs diff --git a/.gitignore b/.gitignore index 17bbca8..0d535b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.cache +CS2WebSocketTelemetryPlugin/obj/Debug/net8.0/CS2WebSocketTelemetryPlugin.AssemblyInfo.cs diff --git a/CS2WebSocketTelemetryPlugin/obj/Debug/net8.0/CS2WebSocketTelemetryPlugin.AssemblyInfo.cs b/CS2WebSocketTelemetryPlugin/obj/Debug/net8.0/CS2WebSocketTelemetryPlugin.AssemblyInfo.cs deleted file mode 100644 index 833af21..0000000 --- a/CS2WebSocketTelemetryPlugin/obj/Debug/net8.0/CS2WebSocketTelemetryPlugin.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("CS2WebSocketTelemetryPlugin")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bbb771053743ef53105878275a07205980b9b802")] -[assembly: System.Reflection.AssemblyProductAttribute("CS2WebSocketTelemetryPlugin")] -[assembly: System.Reflection.AssemblyTitleAttribute("CS2WebSocketTelemetryPlugin")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. -