From 29c33012c14aa201f957d8a7c63986ac77c7006c Mon Sep 17 00:00:00 2001 From: gramps Date: Tue, 4 Aug 2026 09:10:07 -0700 Subject: [PATCH] Add .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..776e6f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +bin/ +obj/ +*.user +*.suo +.vs/ +*.DotSettings.user