From 58ffe57cdb0d13614fc3f32a8c44c6e761c2c8e5 Mon Sep 17 00:00:00 2001 From: Mute Date: Wed, 12 Aug 2026 18:23:46 +0000 Subject: [PATCH] gitignore dotnet build artifacts --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..af6be8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -/target +# Rust +/gatunad/target + +# .NET +**/bin/ +**/obj/ +*.user