From 6ee49c3375efc096a9a0155df144eedd3c241fd2 Mon Sep 17 00:00:00 2001 From: "saarsena@gmail.com" Date: Sat, 18 Apr 2026 13:23:54 -0400 Subject: [PATCH] chore: broaden .gitignore to exclude bin/ and generated maps Previously only /bin/genesis was ignored; bin/genesis3d and future binaries now get covered. demo/maps/ is generated export output and should not be tracked. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73161f4..a8a84c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ -# Compiled genesis binary -/bin/genesis +# Compiled binaries +/bin/ # C build objects /obj/ +# Generated maps +/demo/maps/ + # Godot GDExtension build artifacts /godot/build/ /demo/addons/brogue_gen/