From aac8f3c8207d585047eaa18f9c910f46436f06c9 Mon Sep 17 00:00:00 2001 From: Robin Cerny Date: Fri, 16 Jan 2026 09:43:10 +0100 Subject: [PATCH] excluded the release dir --- analog_system_monitor_dotnet/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/analog_system_monitor_dotnet/.gitignore b/analog_system_monitor_dotnet/.gitignore index 3b13cee..cbeafc0 100644 --- a/analog_system_monitor_dotnet/.gitignore +++ b/analog_system_monitor_dotnet/.gitignore @@ -3,6 +3,8 @@ bin/ obj/ out/ publish/ + +# Release builds release/ # Visual Studio / VS Code