From 3bef69fb5ab458fa8c4cf7790a6ef0f523e4b68c Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 6 Mar 2026 21:38:33 +0100 Subject: [PATCH] Update .gitignore to exclude build artifacts - Added 'bundle/' to .gitignore to prevent build artifacts from being tracked in the repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 165734a..9875fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Thumbs.db desktop.ini # Build-Artefakte +bundle/ *.exe *.dll *.pdb