From 22d02213cd2fafa5e3f29745f137239c37315fb5 Mon Sep 17 00:00:00 2001 From: KirbyKidJ <70983335+KirbyKid256@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:13:43 -0700 Subject: [PATCH] Added Debug DLLs to Git Ignore (#389) This is honestly getting on my nerves. Includes whatever this debug DLL thing is into the .gitignore file. Nothing much, but for me personally, it's been really hard to work with. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f1ecbc1..786b1d3 100755 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /android/ Exports/ Assets/LevelGuides +addons/discord-rpc-gd/bin/windows/~discord_game_sdk_binding_debug.dll +godotgif/bin/~godotgif.windows.template_debug.x86_64.dll