From c3e7488a4e08af975af85cc08f872f1c6bef323f Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 26 Feb 2026 20:36:34 +0000 Subject: [PATCH] chore: add bin/obj to gitignore Co-authored-by: Velik --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index af816cc6..b65208e6 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,7 @@ storybook-static # MAUI obj bin + +# .NET build artifacts +**/bin/ +**/obj/