From 12115ab5316d0cabd8a5a328745058a1b0a45a32 Mon Sep 17 00:00:00 2001 From: FriedMonkey <120042050+Friedmonkey@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:50:27 +0100 Subject: [PATCH] add output dir to gitignore the build output folder is now added to the git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef12716d3..9abf75075 100644 --- a/.gitignore +++ b/.gitignore @@ -436,3 +436,4 @@ Minecraft.Client/Saves/ # Visual Studio Per-User Config *.user +/out