From 67b1ad3ae2ce92c4079570fbcca5419b6d250bd4 Mon Sep 17 00:00:00 2001 From: coah <100182500+coah80@users.noreply.github.com> Date: Sat, 7 Mar 2026 04:27:30 -0600 Subject: [PATCH] chore: add x64_Debug/ and *.lib to .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7cdb166d..b4dd306e 100644 --- a/.gitignore +++ b/.gitignore @@ -339,5 +339,5 @@ ASALocalRun/ # Release folder (thats on my computer - Whisper) x64_Release/ - - +x64_Debug/ +*.lib